execute
Perform any Fivetran REST API operation. Use search to discover endpoints, then execute calls to manage connectors, groups, and syncs.
Instructions
Execute any Fivetran REST API call. Use the search tool first to discover available endpoints and their parameters. Write operations return compact summaries by default — set verbose=true for full response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Request body for POST/PATCH/PUT requests (JSON object) | |
| path | Yes | API path (e.g., "/connections", "/groups/{groupId}", "/connections/{connectionId}/schemas") | |
| method | Yes | HTTP method | |
| params | No | Query parameters (e.g., { "limit": "10", "cursor": "abc123" }) | |
| verbose | No | Return full API response. By default, write operations (POST/PATCH/PUT/DELETE) return compact summaries to save context. Set verbose=true to get the full response. |