schema
Installation
SKILL.md
schema
[!NOTE] Requires the
airbyte-agentCLI onPATH. Install viabrew install airbytehq/tap/airbyte-agentor see the project README.
Return the full machine-readable schema for an operation: the CLI-level parameter shape and the underlying OpenAPI route's parameters, request body, and response. Equivalent to <resource> <operation> --describe, but discoverable as a top-level command.
[!IMPORTANT] Run
airbyte-agent schema <resource> <operation>before writing code or scripts that consume an operation's output. Theapi.responseschema tells you exactly what fields will come back so you can pass--fieldscorrectly the first time.
Usage
airbyte-agent schema <resource> <operation>