invoke_tool
Invoke any platform tool by name, providing a JSON string of arguments. Supports connector operations and utilities.
Instructions
Invoke a platform tool directly by name.
Tools include connector operations (e.g. "hubspot.list_contacts"), utility tools, and more. Use list_connectors to see available tools.
Args: tool_name: The tool to invoke (e.g. "slack.post_message") arguments: JSON string of tool arguments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool_name | Yes | ||
| arguments | No | {} |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |