This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.3.0).
twilio
InactiveTool of Apiosk
declared in 1.3.0
Send SMS and list messages via Twilio Programmable Messaging. Apiosk slug: twilio. Cost per call: $0.085. Default operation: messages. This tool executes the API through Apiosk's uniform /execute contract.
Parameters schema
{
"type": "object",
"properties": {
"input": {
"description": "JSON payload forwarded to the selected operation. For GET and HEAD operations, object keys become query parameters unless query is provided explicitly."
},
"query": {
"type": "object",
"description": "Optional query parameter override for the selected operation.",
"additionalProperties": true
},
"operation": {
"type": "string",
"description": "Optional operation selector. Accepts an operation id, a path such as /extract, or a METHOD /path key."
},
"path_params": {
"type": "object",
"description": "Optional path parameters used for routes that contain {param} or :param placeholders.",
"additionalProperties": true
}
},
"additionalProperties": false
}Parent server
Apiosk
https://github.com/obcraft/apiosk-mcp
1/7 registries