airtable-mcp-server

by domdomegg
Verified

get_record

Retrieve a specific record by providing its ID, base ID, and table ID, enabling direct access to data within Airtable databases via the MCP server.

Instructions

Get a specific record by ID

Input Schema

NameRequiredDescriptionDefault
baseIdYes
recordIdYes
tableIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "baseId": { "type": "string" }, "recordId": { "type": "string" }, "tableId": { "type": "string" } }, "required": [ "baseId", "tableId", "recordId" ], "type": "object" }

Other Tools from airtable-mcp-server

Related Tools

ID: 7abwib27hk