Skip to main content
Glama

airtable-mcp-server

update_records

Modify one or more records in an Airtable table by specifying the base, table, and updated field values, enabling precise data management and updates.

Instructions

Update one or more records in a table

Input Schema

NameRequiredDescriptionDefault
baseIdYes
recordsYes
tableIdYes

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from airtable-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/domdomegg/airtable-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server