Execute Tool
execute-toolExecute a specific integration action on connected SaaS services by supplying the action ID and parameters. Requires an active connection.
Instructions
Execute an integration action/tool. Requires an active connection for the integration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action ID or slug to execute (get this from search-tools) | |
| timeout | No | Execution timeout in milliseconds (default: 30000) | |
| parameters | Yes | Parameters for the action (check inputSchema from search-tools) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| output | No | ||
| status | Yes | ||
| success | Yes | ||
| duration | No |