{
"type": "object",
"properties": {
"topic": {
"type": "string",
"description": "Optional topic filter such as oauth, mcp, skills, pricing, or robots."
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Task or keyword, for example KOL pricing or creator shortlist."
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Platform or task keyword, for example TikTok, LinkedIn, or social."
},
"category": {
"type": "string",
"enum": [
"social",
"seo",
"local",
"travel",
"events",
"news"
]
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"source": {
"type": "string",
"enum": [
"llms.txt",
"llms-full.txt",
"developers.md",
"skills.md",
"auth.md",
"pricing.md",
"status.md",
"versioning.md",
"sandbox.md"
]
}
},
"additionalProperties": false
}