Cloud-based database and project management platform
Tools and capabilities available for Airtable
Retrieve a list of all Airtable bases accessible to the authenticated user
Get all tables within a specific Airtable base
Parameters: baseId
Retrieve the schema and field definitions for a specific table
Parameters: baseId, tableId
Retrieve records from a specific table with optional filtering, sorting, and pagination
Parameters: baseId, tableId, view, filterByFormula, maxRecords, sort, fields
Retrieve a specific record by its ID
Parameters: baseId, tableId, recordId
Create a single new record in a table
Parameters: baseId, tableId, fields
Create multiple new records in a table at once (up to 10 records)
Parameters: baseId, tableId, records
Update specific fields in an existing record
Parameters: baseId, tableId, recordId, fields
Update multiple records at once (up to 10 records)
Parameters: baseId, tableId, records
Delete a specific record from a table
Parameters: baseId, tableId, recordId
Delete multiple records at once (up to 10 records)
Parameters: baseId, tableId, recordIds
Search for records across a table using a search query with fuzzy matching
Parameters: baseId, tableId, query, fields
Find all records where a specific field matches a given value
Parameters: baseId, tableId, fieldName, value
Get all views configured for a specific table
Parameters: baseId, tableId
Retrieve all records as they appear in a specific view
Parameters: baseId, tableId, viewId, maxRecords
Create a new table in a base with specified fields and configuration
Parameters: baseId, name, description, fields
Add a new field to an existing table
Parameters: baseId, tableId, name, type, options
Modify the properties of an existing field
Parameters: baseId, tableId, fieldId, name, description
Retrieve a list of users who have access to a specific base
Parameters: baseId
Set up a webhook to receive notifications when records change
Parameters: baseId, notificationUrl, specification
Have an idea for a tool that should be added? Describe it below and we'll add it for you.