Skip to main content
Create multiple records in a table

Tool details

FieldValue
Nameairtable__create_records
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"
    },
    "records": {
      "type": "array",
      "description": "Array of 1-10 record objects with fields"
    },
    "typecast": {
      "type": "boolean",
      "description": "Allow Airtable to typecast field values"
    }
  },
  "required": [
    "baseId",
    "tableIdOrName",
    "records"
  ],
  "description": "Input schema for the airtable__create_records tool."
}

Output schema

This tool does not publish an output schema.