conductorv2
Plugins/Productivity

Airtable

Read and write Airtable records, tables, and views.

requires credentials6 tools

Query and manage Airtable bases from your AI. List records with filters, create new rows, update existing records, and manage table structure.

Credentials

NameLabelRequired
AIRTABLE_TOKENPersonal Access Tokenrequired

Setup

terminal
# 1. Go to airtable.com/create/tokens
# 2. Create a token with data:records:read and data:records:write scopes
conductor plugins setup airtable

Tools

ToolDescriptionApproval
airtable_recordsList records in a table
airtable_recordGet a single record by ID
airtable_createCreate a new recordrequired
airtable_updateUpdate a record's fieldsrequired
airtable_deleteDelete a recordrequired
airtable_basesList accessible bases

Tools marked required will prompt the user for approval before execution. These are typically write, delete, or send operations.

Example Prompts

Show all open tasks in my project tracker

airtable_records

Add a new customer record to CRM base

airtable_create