fetcher-discover
Inspect Fetcher resources, actions, and execution contracts to identify required parameters, headers, and body shapes before executing fetcher operations.
Instructions
Discover Fetcher manager resources, actions, and execution contracts. Use this before fetcher-execute to inspect path params, required headers like organizationId/productName, body shapes, and supported migration/fetcher job operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search query for intent="search". | |
| action | No | Action name (e.g. "create", "list", "validateSchema", "assign"). | |
| intent | Yes | Discovery intent: list resources, inspect one resource, inspect one action, search, or filter by component. | |
| resource | No | Fetcher resource name (e.g. "connections", "connection-migrations", "fetcher-jobs"). | |
| component | No | Component filter for intent="list-by-component". |