Skip to main content
Create a new record in a table

Tool details

FieldValue
Nameairtable__create_record
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "baseId": {
      "type": "string",
      "description": "Airtable base ID"
    },
    "tableIdOrName": {
      "type": "string",
      "description": "Table ID or URL-encoded table name"
    },
    "fields": {
      "type": "object",
      "description": "Field values for the new record"
    },
    "typecast": {
      "type": "boolean",
      "description": "Allow Airtable to typecast field values"
    }
  },
  "required": [
    "baseId",
    "tableIdOrName",
    "fields"
  ],
  "description": "Input schema for the airtable__create_record tool."
}

Output schema

This tool does not publish an output schema.