call
Invoke any tool on a specified MCP server. Provide tool name, optional server ID, and arguments to execute remote functions.
Instructions
Call a tool on an MCP server. server_id optional when shapeshifted — current form used. After shapeshift(): call('list_directory', arguments={'path': '/tmp'}) Direct: call('list_directory', '@some-server', {'path': '/tmp'})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool_name | Yes | ||
| server_id | No | ||
| arguments | No | ||
| config | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |