fetcher-execute
Execute Fetcher manager API operations such as create, list, validate, or assign by providing the resource, action, and required parameters. Inspect context with fetcher-discover first to ensure accurate requests.
Instructions
Execute Fetcher manager API actions. Use fetcher-discover first to inspect the required organizationId/productName context, path params, query params, and request body shape before calling this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Request body for create/update/validate operations. | |
| action | Yes | Fetcher action to perform (e.g. "create", "list", "validateSchema", "assign"). | |
| resource | Yes | Fetcher resource name (e.g. "connections", "connection-migrations", "fetcher-jobs"). | |
| pathParams | No | Path parameters as key-value pairs. | |
| productName | No | Product name sent as X-Product-Name. Required explicitly for some actions like create/assign connection. | |
| queryParams | No | Query parameters for list/filter operations. | |
| mutationReason | No | Human-readable audit reason required for mutating live API actions. | |
| organizationId | No | Organization UUID sent as X-Organization-Id. Required explicitly for scoped actions. | |
| confirmMutation | No | Required as true for POST, PUT, PATCH, or DELETE live API actions. |