
Airtable
felores/airtable-mcpAirtable Model Context Protocol Server.
- Version
- N/A
- Type
- N/A
No schema has been published for this server yet. Check the repository for the latest details.
Tools
11list_bases
List all accessible Airtable bases
list_tables
List all tables in a base
Parameter Type Description base_id*string ID of the base create_table
Create a new table in a base
Parameter Type Description base_id*string ID of the base table_name*string Name of the new table descriptionstring Description of the table fieldsarray — update_table
Update a table's schema
Parameter Type Description base_id*string ID of the base table_id*string ID of the table to update namestring New name for the table descriptionstring New description for the table create_field
Create a new field in a table
Parameter Type Description base_id*string ID of the base table_id*string ID of the table field*object — update_field
Update a field in a table
Parameter Type Description base_id*string ID of the base table_id*string ID of the table field_id*string ID of the field to update updates*object — list_records
List records in a table
Parameter Type Description base_id*string ID of the base table_name*string Name of the table max_recordsnumber Maximum number of records to return create_record
Create a new record in a table
Parameter Type Description base_id*string ID of the base table_name*string Name of the table fields*object Record fields as key-value pairs update_record
Update an existing record in a table
Parameter Type Description base_id*string ID of the base table_name*string Name of the table record_id*string ID of the record to update fields*object Record fields to update as key-value pairs delete_record
Delete a record from a table
Parameter Type Description base_id*string ID of the base table_name*string Name of the table record_id*string ID of the record to delete search_records
Search for records in a table
Parameter Type Description base_id*string ID of the base table_name*string Name of the table field_name*string Name of the field to search in value*string Value to search for
Resources
0No resources available for this server
Prompts
0No prompts available for this server