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 a new table in an Airtable base
| Field | Value |
|---|---|
| Name | airtable__create_table |
| Group | Integrations |
{
"type": "object",
"properties": {
"baseId": {
"type": "string",
"description": "Airtable base ID"
},
"name": {
"type": "string",
"description": "Table name"
},
"description": {
"type": "string",
"description": "Table description"
},
"fields": {
"type": "array",
"description": "At least one initial field definition for the table"
}
},
"required": [
"baseId",
"name",
"fields"
],
"description": "Input schema for the airtable__create_table tool."
}