airtable-mcp-server

by domdomegg
Verified

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" }

Other Tools from airtable-mcp-server

Related Tools

ID: 7abwib27hk