{
"properties": {
"query": {
"description": "What the server should do, for example \"postgres\" or \"browser automation\".",
"maxLength": 300,
"minLength": 1,
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}