Create baseCreates a new Airtable base with specified tables and fields within a workspace.
Create CommentTool to create a comment on a specific Airtable record.
Create FieldCreates a new field within a specified table in an Airtable base.
Create Record From Natural LanguageCreates a new record in an Airtable table from a natural language description.
Create recordsTool to create multiple records (up to 10) in a specified Airtable table.
Create tableCreates a new table within a specified existing Airtable base, allowing definition of its name, description, and field structure.
Delete CommentTool to delete a comment from a record in an Airtable table.
Delete multiple recordsTool to delete up to 10 specified records from a table within an Airtable base.
Delete RecordPermanently deletes a specific record from an existing table within an existing Airtable base.
Get Base SchemaRetrieves the detailed schema for a specified Airtable base, including its tables, fields, field types, and configurations, using the `baseId`.
Get RecordRetrieves a specific record from an Airtable table by its record ID.
Get user informationRetrieves information, such as ID and permission scopes, for the currently authenticated Airtable user from the `/meta/whoami` endpoint.
List basesRetrieves all Airtable bases accessible to the authenticated user, which may include an 'offset' for pagination.
List CommentsTool to list comments on a specific Airtable record.
List recordsTool to list records from an Airtable table with filtering, sorting, and pagination.
Update CommentTool to update an existing comment on a specific Airtable record.
Update FieldUpdates a field's name or description in an Airtable table.
Update multiple recordsTool to update up to 10 records in an Airtable table with selective field modifications.
Update multiple records (PUT)Tool to destructively update multiple records in Airtable using PUT, clearing unspecified fields.
Update recordModifies specified fields of an existing record in an Airtable base and table; the base, table, and record must exist.
Update record (PUT)Updates an existing record in an Airtable base using PUT method.
Update TableUpdates the name, description, and/or date dependency settings of a table in Airtable.
Upload attachmentUploads a file attachment to a specified field in an Airtable record.