list_fields
Retrieve all column names from any Airtable table by supplying the base ID and table ID or name.
Instructions
List all fields (columns) in a specific table of an Airtable base.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| tableIdOrName | Yes | The table ID or name to list fields for | |
| debug | No | When true, include raw Airtable response in output for diagnostics |