resource

call a tool on the MCP server described by the resource

post/w/{workspace}/resources/mcp_call_tool/{path}

Path parameters

workspacestring required
pathstring required

Request body

toolstring required
argumentsobject
read_onlyboolean

set when the caller ran the tool without asking the user to confirm it; the call is refused unless the server's live listing marks the tool read-only

Response

the MCP tool result, forwarded verbatim. A tool that ran but failed returns 200 with isError true.

contentobject[]
structuredContentobject
isErrorboolean

Changes