Skip to main content
Create a new table in an Airtable base

Tool details

FieldValue
Nameairtable__create_table
GroupIntegrations

Playground

Input schema

Input schema
{
  "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."
}

Output schema

This tool does not publish an output schema.