Skip to main content
Glama

Airtable OAuth MCP Server

by onimsha

search_records

Retrieve filtered records from Airtable using a formula, specifying base, table, and view. Include specific fields for precise data extraction.

Instructions

Search records using a formula filter

Input Schema

NameRequiredDescriptionDefault
base_idYesThe Airtable base ID
fieldsNoSpecific fields to include (field name or array of field names)
filter_by_formulaYesAirtable formula for filtering
table_idYesThe table ID or name
viewNoView name or ID

Input Schema (JSON Schema)

{ "properties": { "base_id": { "description": "The Airtable base ID", "title": "Base Id", "type": "string" }, "fields": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "description": "Specific fields to include (field name or array of field names)", "title": "Fields" }, "filter_by_formula": { "description": "Airtable formula for filtering", "title": "Filter By Formula", "type": "string" }, "table_id": { "description": "The table ID or name", "title": "Table Id", "type": "string" }, "view": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "View name or ID", "title": "View" } }, "required": [ "base_id", "table_id", "filter_by_formula" ], "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