connectors-describe
Installation
SKILL.md
connectors describe
[!NOTE] Requires the
airbyte-agentCLI onPATH. Install viabrew install airbytehq/tap/airbyte-agentor 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"}'