airtable-mcp-server

by domdomegg
Verified

list_records

Retrieve records from a specified Airtable database table by providing the base ID and table ID, enabling efficient data access and management.

Instructions

List records from a table

Input Schema

NameRequiredDescriptionDefault
baseIdYes
maxRecordsNo
tableIdYes

Input Schema (JSON Schema)

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

Other Tools from airtable-mcp-server

Related Tools

ID: 7abwib27hk