Skip to main content
Glama

Airtable OAuth MCP Server

by onimsha

list_tables

Retrieve and list tables within an Airtable base, optionally including detailed field information, using a standardized interface with secure OAuth 2.0 authentication.

Instructions

List tables in a specific base

Input Schema

NameRequiredDescriptionDefault
base_idYesThe Airtable base ID
detail_levelNoLevel of detail to include in responsetableIdentifiersOnly

Input Schema (JSON Schema)

{ "properties": { "base_id": { "description": "The Airtable base ID", "title": "Base Id", "type": "string" }, "detail_level": { "default": "tableIdentifiersOnly", "description": "Level of detail to include in response", "enum": [ "tableIdentifiersOnly", "withFieldInfo" ], "title": "Detail Level", "type": "string" } }, "required": [ "base_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/onimsha/airtable-mcp-server-oauth'

If you have feedback or need assistance with the MCP directory API, please join our Discord server