Airtable

Airtable

Overview

Airtable Tools gives you full control over your Airtable bases using simple commands. Whether you’re managing a CRM, content calendar, inventory list, or project board, this server lets you add, update, remove, and explore data without ever opening the Airtable UI.

Ideal for creators, analysts, and automation systems, it streamlines Airtable workflows into fast, repeatable actions.

Key features include:
✅ Add and update records in any Airtable base
✅ Delete rows from tables cleanly and efficiently
✅ List all databases and inspect their structure programmatically
✅ Great for no-code/low-code tools, AI assistants, and backend automations

Automate your Airtable workflows and keep your databases clean, connected, and always up-to-date with Airtable Tools.

Example prompts to invoke Tool Airtable

Add a new lead to my CRM base with name John Smith, status Interested
List all my Airtable databases
Add a new product to the ‘Inventory’ table with name, SKU, and quantity
Remove the outdated record from the ‘Clients’

Context

Tools
function airtable_remove_records

Deleting records from Airtable database tables, with support for both single and batch deletions.

function airtable_get_records

function list_airtable_databases

Returns a list of Airtable databases and their IDs.

function airtable_get_base_structure

Gets the complete structure (schema) of a specific Airtable database (base)

function airtable_add_record

Add a record to a specified Airtable database

function airtable_update_record

Updating an existing record in an Airtable database

Environment Variables
setting AIRTABLE_API_KEY
Type: string
Optional
Description:

Airtable API Key