list_records
Retrieve and filter records from an Airtable table using view, formula, sorting, and field selection. Integrates with the Airtable OAuth MCP Server for secure data access.
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 |