Setup
Get a Personal Access Token
Go to airtable.com/create/tokens and create a token with the scopes you need.
Available tools
| Tool | Description |
|---|---|
list_bases | List available bases |
list_tables | List tables in a base |
list_records | List records with optional filters |
get_record | Get a specific record |
create_record | Create a new record |
update_record | Update a record |
delete_record | Delete a record |
search_records | Search records by field value |

