Airtable

Airtable

Project Management

Cloud-based database and project management platform

Tools:20 available

Available Tools

Tools and capabilities available for Airtable

0

List all bases

Retrieve a list of all Airtable bases accessible to the authenticated user

0

List tables in a base

Get all tables within a specific Airtable base

Parameters: baseId

0

Get table schema

Retrieve the schema and field definitions for a specific table

Parameters: baseId, tableId

0

List records from a table

Retrieve records from a specific table with optional filtering, sorting, and pagination

Parameters: baseId, tableId, view, filterByFormula, maxRecords, sort, fields

0

Get a single record

Retrieve a specific record by its ID

Parameters: baseId, tableId, recordId

0

Create a new record

Create a single new record in a table

Parameters: baseId, tableId, fields

0

Create multiple records

Create multiple new records in a table at once (up to 10 records)

Parameters: baseId, tableId, records

0

Update a record

Update specific fields in an existing record

Parameters: baseId, tableId, recordId, fields

0

Update multiple records

Update multiple records at once (up to 10 records)

Parameters: baseId, tableId, records

0

Delete a record

Delete a specific record from a table

Parameters: baseId, tableId, recordId

0

Delete multiple records

Delete multiple records at once (up to 10 records)

Parameters: baseId, tableId, recordIds

0

Search records

Search for records across a table using a search query with fuzzy matching

Parameters: baseId, tableId, query, fields

0

Find records by field value

Find all records where a specific field matches a given value

Parameters: baseId, tableId, fieldName, value

0

List views in a table

Get all views configured for a specific table

Parameters: baseId, tableId

0

Get records from a specific view

Retrieve all records as they appear in a specific view

Parameters: baseId, tableId, viewId, maxRecords

0

Create a new table

Create a new table in a base with specified fields and configuration

Parameters: baseId, name, description, fields

0

Add a field to a table

Add a new field to an existing table

Parameters: baseId, tableId, name, type, options

0

Update a field in a table

Modify the properties of an existing field

Parameters: baseId, tableId, fieldId, name, description

0

Get base collaborators

Retrieve a list of users who have access to a specific base

Parameters: baseId

0

Create a webhook

Set up a webhook to receive notifications when records change

Parameters: baseId, notificationUrl, specification

Suggest a Tool

Have an idea for a tool that should be added? Describe it below and we'll add it for you.