Skip to main content
Glama

Airtable OAuth MCP Server

by onimsha

update_records

Modify multiple records in an Airtable base using secure OAuth 2.0 authentication. Specify base ID, table ID, and record updates to streamline data management tasks efficiently.

Instructions

Update multiple records

Input Schema

NameRequiredDescriptionDefault
base_idYesThe Airtable base ID
recordsYesList of record updates
table_idYesThe table ID or name
typecastNoEnable automatic data conversion

Input Schema (JSON Schema)

{ "properties": { "base_id": { "description": "The Airtable base ID", "title": "Base Id", "type": "string" }, "records": { "description": "List of record updates", "items": { "additionalProperties": true, "type": "object" }, "title": "Records", "type": "array" }, "table_id": { "description": "The table ID or name", "title": "Table Id", "type": "string" }, "typecast": { "default": false, "description": "Enable automatic data conversion", "title": "Typecast", "type": "boolean" } }, "required": [ "base_id", "table_id", "records" ], "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