Airtable
Available Tools
Get information about an attachment
List all accessible Airtable bases
Get base schema including all tables and their structure
Get all tables in a base
Get schema for a specific table
Create a new table in a base
Update an existing table
List all comments on a record
Create a new comment on a record
Update an existing comment
Delete a comment from a record
List all fields in a table
Create a new field in a table
Update an existing field
Get detailed information about a specific field
List records in a table with optional filtering, sorting, and pagination
Create new records in a table (up to 10 at once)
Get a single record by ID
Update a single record
Update multiple records (up to 10 at once)
Replace a record completely (PUT operation)
Delete a single record
Delete multiple records (up to 10 at once)
Validate Airtable credentials by listing accessible bases. Returns {success, message}.