Skip to main content
Glama

Airtable OAuth MCP Server

by onimsha

create_record

Add a new record to an Airtable base by specifying the base ID, table ID, and field values, with optional automatic data conversion. Utilizes Airtable OAuth MCP Server for secure interactions.

Instructions

Create a single record

Input Schema

NameRequiredDescriptionDefault
base_idYesThe Airtable base ID
fieldsYesField values for the new record
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" }, "fields": { "additionalProperties": true, "description": "Field values for the new record", "title": "Fields", "type": "object" }, "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", "fields" ], "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