create_table
Create a new table in an Airtable base with default fields like Name, Notes, and Status. Returns the generated table ID for further management.
Instructions
Create a new table in an Airtable base. Returns the generated table ID. The table starts with default fields (Name, Notes, Attachments, Status, etc.) — use list_fields after creation to inspect them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| name | Yes | Name for the new table | |
| debug | No | When true, include raw Airtable response in output for diagnostics |