Airtable · Capability

Airtable Database Management

Unified workflow for managing Airtable databases — reading and writing records, browsing base schemas, managing webhooks, and administering tables. Used by developers and data teams integrating Airtable with external systems.

Run with Naftiko AirtableDatabaseLow-CodeNo-CodeRecordsSchemaCollaboration

What You Can Do

GET
List bases — List all accessible bases.
/v1/bases
GET
List records — List records from a table.
/v1/records
POST
Create records — Create records in a table.
/v1/records
PATCH
Update record — Update a record.
/v1/records/{recordId}
DELETE
Delete record — Delete a record.
/v1/records/{recordId}

MCP Tools

list-bases

List all Airtable bases the user has access to.

read-only
get-base-schema

Get the schema of an Airtable base with all tables and fields.

read-only
list-records

List records from an Airtable table with optional filtering.

read-only
create-records

Create one or more records in an Airtable table.

update-record

Update specific fields in an Airtable record.

delete-record

Delete an Airtable record permanently.

idempotent

APIs Used

airtable airtable-meta