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/projects/{projectId}/servers/{serverId}/tools/call
Path parameters
projectIdstring required
ID of the hosted project that contains the server.
serverIdstring required
ID of the server inside the project.
Request body
Response
The MCP CallToolResult. Check isError for tool-level failures.