Call a tool on a server
call_toolInvoke a tool on a selected MCP server by providing its name and arguments matching the schema, enabling remote tool execution through the hub.
Instructions
Call a tool on one of the MCP servers. Arguments must match the schema from get_tool_schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | Tool name from list_tools | |
| server | Yes | Server name from list_servers | |
| arguments | No | Tool arguments matching its input schema |