Overview
Features
list_records
Lists records from a specified Airtable table; accepts baseId, tableId, maxRecords (default 100), and optional filterByFormula.
search_records
Searches for records containing specific text; accepts baseId, tableId, searchTerm, optional fieldIds and maxRecords.
list_bases
Lists all accessible Airtable bases; returns base ID, name, and permission level.
list_tables
Lists all tables in a base; accepts baseId and detailLevel; returns table IDs, names, descriptions, fields, and views.
describe_table
Gets detailed information about a specific table; accepts baseId, tableId and detailLevel; returns the same structure as list_tables for the specified table.
get_record
Retrieves a specific record by ID; requires baseId, tableId and recordId.
create_record
Creates a new record in a table; requires baseId, tableId and fields.
update_records
Updates one or more records in a table; requires baseId, tableId and records.




