Airtable

Connect your AI agents to Airtable.

Available Tools

get_attachment_info

Get information about an attachment

list_bases

List all accessible Airtable bases

get_base_schema

Get base schema including all tables and their structure

get_base_tables

Get all tables in a base

get_table_schema

Get schema for a specific table

create_table

Create a new table in a base

update_table

Update an existing table

list_record_comments

List all comments on a record

create_record_comment

Create a new comment on a record

update_comment

Update an existing comment

delete_comment

Delete a comment from a record

list_table_fields

List all fields in a table

create_field

Create a new field in a table

update_field

Update an existing field

get_field_details

Get detailed information about a specific field

list_records

List records in a table with optional filtering, sorting, and pagination

create_records

Create new records in a table (up to 10 at once)

get_record

Get a single record by ID

update_record

Update a single record

update_multiple_records

Update multiple records (up to 10 at once)

replace_record

Replace a record completely (PUT operation)

delete_record

Delete a single record

delete_multiple_records

Delete multiple records (up to 10 at once)

validate_credential

Validate Airtable credentials by listing accessible bases. Returns {success, message}.