insp_tools_call
Execute tools on MCP servers by connecting, running commands with arguments, and managing transport protocols for testing and inspection purposes.
Instructions
Call a tool on an MCP server. Connects, calls the tool, and disconnects.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | No | Command to run the MCP server (e.g., 'node', 'python') | |
| args | No | Arguments to pass to the command (e.g., ['build/index.js']) | |
| url | No | URL for SSE/HTTP transport (alternative to command) | |
| transport | No | Transport type (auto-detected if not specified) | |
| headers | No | HTTP headers for SSE/HTTP transport | |
| tool_name | Yes | Name of the tool to call | |
| tool_args | No | Arguments to pass to the tool (key=value pairs) |