mcp_tool_call
Need to call a remote MCP tool? Provide its name and arguments to get the raw JSON-RPC response from the Servonaut server.
Instructions
Invoke a tool on the hosted MCP server at mcp.servonaut.dev. Wraps (name, arguments) into a JSON-RPC 2.0 tools/call envelope and returns the raw JSON-RPC response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Hosted MCP tool name. | |
| arguments | No | Arguments object passed through. |