Skip to main content
Glama

Airtable OAuth MCP Server

by onimsha

get_record

Retrieve a specific record from an Airtable base using its unique ID. Specify the base ID, table ID, and record ID to access targeted data securely via OAuth 2.0 authentication.

Instructions

Get a specific record by ID

Input Schema

NameRequiredDescriptionDefault
base_idYesThe Airtable base ID
record_idYesThe record ID
table_idYesThe table ID or name

Input Schema (JSON Schema)

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