mcp_tool_call
Calls any hosted MCP tool on Servonaut by wrapping name and arguments into a JSON-RPC 2.0 envelope and returning the raw JSON-RPC response.
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. |