{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {
"section": {
"type": "string",
"enum": [
"api",
"mcp",
"sdk",
"getting-started"
],
"description": "Which docs section to open."
}
},
"required": [
"section"
]
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {}
}