airtable-mcp-server

by domdomegg
Verified

create_record

Add new entries to a specified table in an Airtable database by providing base ID, table ID, and field data. Simplifies database management tasks.

Instructions

Create a new record in a table

Input Schema

NameRequiredDescriptionDefault
baseIdYes
fieldsYes
tableIdYes

Input Schema (JSON Schema)

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

Other Tools from airtable-mcp-server

Related Tools

ID: 7abwib27hk