{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "What the user wants to do, in plain English."
},
"limit": {
"type": "number",
"description": "Maximum results. Default 8.",
"minimum": 1,
"maximum": 25
}
},
"required": [
"query"
]
}{
"type": "object",
"properties": {
"category": {
"type": "string",
"enum": [
"Color",
"Edit",
"Effects",
"Convert",
"Generate",
"Logo",
"Icon",
"Signature",
"Stamp",
"Palette"
],
"description": "Restrict to one category and include full detail for each tool."
}
}
}{
"type": "object",
"properties": {
"slug": {
"type": "string",
"description": "Page slug, e.g. \"replace-color-in-image\"."
}
},
"required": [
"slug"
]
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {
"question": {
"type": "string",
"description": "The user's question."
}
},
"required": [
"question"
]
}