Execution
Call a tool
Executes a tool on the server and returns the MCP CallToolResult directly. Tool-level failures (isError: true in the result) are successful calls — the server answered; only transport/auth errors use the error envelope.
POST
Call a tool
Authorizations
MCPJam API key (sk_…). Create one at Settings → API keys. Guest sessions cannot use the API, and API keys cannot manage other API keys.
Path Parameters
ID of the hosted project that contains the server.
ID of the server inside the project.
Body
application/json
Response
The MCP CallToolResult. Check isError for tool-level failures.
MCP tool execution result, returned verbatim from the server.
Previous
Render a promptRenders a prompt with arguments and returns the MCP `GetPromptResult` directly (`description?`, `messages`).
Next
Call a tool

