list_fields
Retrieve all column names and field details from a specific Airtable table to understand data structure and available attributes.
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 |