Call Tool
call-toolExecute a tool on a specified MCP server by providing the server name, tool name, and arguments. Use find-tools to discover available tools first.
Instructions
Call a specific tool from a specific server. TIP: Use find-tools first to discover the tool and get the correct serverName and toolName
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toolArgs | Yes | Arguments to pass to the tool | |
| toolName | Yes | Name of the tool to call | |
| serverName | Yes | Name of the MCP server to call tool from |