connectors-describe

Installation
SKILL.md

connectors describe

[!NOTE] Requires the airbyte-agent CLI on PATH. Install via brew install airbytehq/tap/airbyte-agent or see the project README.

Show a connector's available entities (e.g. users, contacts, orders) and the actions supported on each (e.g. read, write).

[!IMPORTANT] Always pass parameters as --json '{...}'. Agents should not use per-parameter flags.

[!IMPORTANT] Always describe before execute. Entity and action names vary by connector type and are not predictable. Do NOT guess them.

Usage

airbyte-agent connectors describe --json '{"workspace": "my-workspace", "name": "my-source"}'
Installs
5
First Seen
May 12, 2026
connectors-describe — airbytehq/airbyte-agent-cli