apiosk_execute
ActiveTool of Apiosk
declared in 1.3.0
Execute any Apiosk API by slug through the uniform /execute contract.
Parameters schema
{
"type": "object",
"required": [
"slug"
],
"properties": {
"slug": {
"type": "string",
"description": "Apiosk API slug."
},
"input": {
"type": "object",
"description": "Raw JSON body for the default operation, or the envelope input field when operation is provided.",
"additionalProperties": true
},
"query": {
"type": "object",
"description": "Optional query override when using the execute envelope.",
"additionalProperties": true
},
"operation": {
"type": "string",
"description": "Optional explicit operation id or path."
},
"path_params": {
"type": "object",
"description": "Optional path parameter override when using the execute envelope.",
"additionalProperties": true
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Apiosk
https://github.com/obcraft/apiosk-mcp
1/7 registries