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
Name | Required | Description | Default |
---|---|---|---|
base_id | Yes | The Airtable base ID | |
fields | Yes | Field values for the new record | |
table_id | Yes | The table ID or name | |
typecast | No | Enable automatic data conversion |