{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search terms."
},
"limit": {
"type": "integer",
"description": "Maximum hits (1-50, default 10)."
}
},
"required": [
"query"
]
}{
"type": "object",
"properties": {
"section": {
"type": "string",
"description": "Section slug."
},
"tag": {
"type": "string",
"description": "Tag to filter by."
},
"limit": {
"type": "integer",
"description": "Maximum items."
}
}
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {
"path": {
"type": "string",
"description": "Entry path or slug."
}
},
"required": [
"path"
]
}