Call a connected tool
call_connected_toolCall a tool on one of this playbook's connected MCP or OpenAPI servers. Arguments are forwarded as-is and the result mirrors the connected tool, including any side effects that tool has in the outside world. Requires tools:call or full permission. Use list_mcp_servers to discover server_id and tool_name. Do not use this to manage connection records; use create_mcp_server, update_mcp_server, or delete_mcp_server. Pass playbook_id as the UUID or GUID of the playbook this call should target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | Arguments passed to the connected tool | |
| server_id | Yes | Connected server UUID or name | |
| tool_name | Yes | Tool name exposed by the connected server | |
| playbook_id | Yes | UUID or GUID of the target playbook |