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 field in an Airtable table
| Field | Value |
|---|---|
| Name | airtable__create_field |
| Group | Integrations |
{
"type": "object",
"properties": {
"baseId": {
"type": "string",
"description": "Airtable base ID"
},
"tableId": {
"type": "string",
"description": "Airtable table ID"
},
"name": {
"type": "string",
"description": "Field name"
},
"type": {
"type": "string",
"description": "Airtable field type"
},
"description": {
"type": "string",
"description": "Field description"
},
"options": {
"type": "object",
"description": "Field type-specific options"
}
},
"required": [
"baseId",
"tableId",
"name",
"type"
],
"description": "Input schema for the airtable__create_field tool."
}