Learn how to use Klavis to connect your AI application to Airtable MCP Server
Tools Information
Tool Name | Description |
---|---|
airtable_list_bases_info | Get information about all bases |
airtable_list_tables_info | Get information about all tables in a base |
airtable_create_table | Create a new table in a base |
airtable_update_table | Update an existing table in a base |
airtable_create_field | Create a new field in a table |
airtable_update_field | Update an existing field in a table |
airtable_list_records | Get all records from a table with optional filtering and formatting |
airtable_get_record | Get a single record from a table |
airtable_create_records | Create multiple records in a table |
airtable_update_records | Update multiple records in a table with optional upsert functionality |
airtable_delete_records | Delete multiple records from a table |