airtable-mcp-server
by domdomegg
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list_records | List records from a table |
list_bases | List all accessible Airtable bases |
list_tables | List all tables in a specific base |
get_record | Get a specific record by ID |
create_record | Create a new record in a table |
update_records | Update one or more records in a table |
delete_records | Delete one or more records from a table |
create_table | Create a new table in a base |
update_table | Update a table's name or description |
create_field | Create a new field in a table |
update_field | Update a field's name or description |