airbyte_list_source_definitions
List available source connector definitions in a workspace to retrieve their UUIDs for creating new sources.
Instructions
List available source connector definitions in a workspace.
Source definitions describe which connector types are available (e.g. Postgres, Stripe, Google Sheets). Each definition has a UUID that can be used when creating a new source.
When to Use: - Find the definition ID for a specific connector type before creating a source with airbyte_create_source. - Audit which custom connectors are installed in a workspace.
Returns: List of source definitions with name, definition ID, and Docker image information.
Examples: params = { "workspace_id": "a1b2c3d4-..." }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |