Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Create multiple records in a table
| Field | Value |
|---|---|
| Name | airtable__create_records |
| Group | Integrations |
{
"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."
}