MCP
Model Context Protocol operations for tool discovery and execution.
Retrieves a list of available tools (capabilities) for the specific AI app deployment.
The unique key identifying the AI app deployment.
The unique key identifying the specific channel. Must include the language code suffix (e.g., -en-US, -es-MX).
xxxxxxxx-en-USA list of tools.
Unauthorized - Invalid API Key
Executes a specific tool by name. Supports both standard JSON responses and Server-Sent Events (SSE) streaming if requested.
The unique key identifying the AI app deployment.
The unique key identifying the specific channel. Must include the language code suffix (e.g., -en-US, -es-MX).
xxxxxxxx-en-USThe name of the tool to execute.
Set to true to receive an SSE stream of the tool's output.
falseTool execution result.
Bad Request
Unauthorized
Last updated

