mcp_tool_call
Invoke a hosted MCP tool on Servonaut by sending a JSON-RPC 2.0 tools/call request with name and arguments, returning the raw 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. |