list_records
Retrieve records from an Airtable table with options to filter, sort, and select specific fields using the Airtable OAuth MCP Server interface.
Instructions
List records from a table with optional filtering
Input Schema
Name | Required | Description | Default |
---|---|---|---|
base_id | Yes | The Airtable base ID | |
fields | No | Specific fields to include (field name or array of field names) | |
filter_by_formula | No | Airtable formula for filtering | |
sort | No | Sort configuration - array of {field: string, direction: 'asc'|'desc'} | |
table_id | Yes | The table ID or name | |
view | No | View name or ID |