pub async fn call_tool(ctx: &McpContext, name: &str, args: &Value) -> ValueAvailable on crate feature
mcp only.Expand description
Dispatch a tools/call. Returns the MCP tools/call result envelope
(content + isError). A tool-level failure is tool_error(..), not a
JSON-RPC protocol error.