Airtable
Tools
Name & Description | Type |
---|---|
AIRTABLE_LIST_BASESRetrieves all Airtable bases accessible to the authenticated user, which may include an 'offset' for pagination. | action |
AIRTABLE_CREATE_BASECreates a new Airtable base with specified tables and fields within a workspace; ensure field options are valid for their type. | action |
AIRTABLE_CREATE_COMMENTCreates a new comment on a specific record within an Airtable base and table. | action |
AIRTABLE_CREATE_FIELDCreates a new field within a specified table in an Airtable base. | action |
AIRTABLE_CREATE_MULTIPLE_RECORDSCreates multiple new records in a specified Airtable table. | action |
AIRTABLE_CREATE_RECORDCreates a new record in a specified Airtable table; field values must conform to the table's column types. | action |
AIRTABLE_CREATE_TABLECreates a new table within a specified existing Airtable base, allowing definition of its name, description, and field structure. | action |
AIRTABLE_DELETE_COMMENTDeletes an existing comment from a specified record in an Airtable table. | action |
AIRTABLE_DELETE_MULTIPLE_RECORDSDeletes up to 10 specified records from a table within an Airtable base. | action |
AIRTABLE_DELETE_RECORDPermanently deletes a specific record from an existing table within an existing Airtable base. | action |
AIRTABLE_GET_BASE_SCHEMARetrieves the detailed schema for a specified Airtable base, including its tables, fields, field types, and configurations, using the `baseid`. | action |
AIRTABLE_GET_RECORDRetrieves a specific record from a table within an Airtable base. | action |
AIRTABLE_GET_USER_INFORetrieves information, such as id and permission scopes, for the currently authenticated Airtable user from the `/meta/whoami` endpoint. | action |
AIRTABLE_LIST_COMMENTSRetrieves all comments for a specific record in an Airtable table, requiring existing `baseid`, `tableidorname`, and `recordid`. | action |
AIRTABLE_LIST_RECORDSRetrieves records from an Airtable table, with options for filtering, sorting, pagination, and specifying returned fields. | action |
AIRTABLE_UPDATE_MULTIPLE_RECORDSUpdates multiple existing records in a specified Airtable table; these updates are not performed atomically. | action |
AIRTABLE_UPDATE_RECORDModifies specified fields of an existing record in an Airtable base and table; the base, table, and record must exist. | action |