Airtable MCP Server

by felores
Verified

list_tables

List all tables in a base

Input Schema

NameRequiredDescriptionDefault
base_idYesID of the base

Input Schema (JSON Schema)

{ "properties": { "base_id": { "description": "ID of the base", "type": "string" } }, "required": [ "base_id" ], "type": "object" }