invoke_tool
Invoke governed platform tools and connectors under exact project/account custody. Use list_connectors to discover available actions.
Instructions
Invoke a platform tool through exact governed project/account custody.
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 project_id: Authenticated Project UUID. project_ref: Exact project correlation reference. connector_account_ref: Project-bound connector account alias. idempotency_key: Stable business-action identity. Must be omitted for ephemeral private-response reads such as shopify.list_abandoned_checkouts and gmail.get_thread; they always refresh and reject caller replay identity. effect: Claimed read or write effect; Spring verifies it. approval_ref: Approved platform task UUID when resuming a write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| effect | No | ||
| arguments | No | {} | |
| tool_name | Yes | ||
| project_id | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| idempotency_key | No | ||
| connector_account_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |