Airtable
JSON →Interact with Airtable's API to manage bases, tables, and records.
Install
npx (Recommended) Tools · 12
- list_bases List all accessible Airtable bases
- list_tables List all tables in a base
- create_table Create a new table with fields
- update_table Update a table's name or description
- create_field Add a new field to a table
- update_field Modify an existing field
- list_records Retrieve records from a table
- create_record Add a new record
- update_record Modify an existing record
- delete_record Remove a record
- search_records Find records matching criteria
- get_record Get a single record by its ID
Environment variables
AIRTABLE_API_KEY
Links
★ 73 GitHub stars