Skip to main content
Glama

Airtable OAuth MCP Server

by onimsha

list_tables

Retrieve tables from an Airtable base using either table identifiers or detailed field information to manage and organize data efficiently.

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" }

Other Tools from Airtable OAuth MCP Server

Related Tools

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