Skip to main content
Glama

Airtable OAuth MCP Server

by onimsha

describe_table

Retrieve detailed metadata and structure for a specific table in Airtable, including field types and configurations, using the Airtable OAuth MCP Server's standardized interface.

Instructions

Get detailed information about a specific table

Input Schema

NameRequiredDescriptionDefault
base_idYesThe Airtable base ID
table_idYesThe table ID or name

Input Schema (JSON Schema)

{ "properties": { "base_id": { "description": "The Airtable base ID", "title": "Base Id", "type": "string" }, "table_id": { "description": "The table ID or name", "title": "Table Id", "type": "string" } }, "required": [ "base_id", "table_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