create_view
Create a new view in an Airtable table. Optionally copy configuration from an existing view to set up grid, form, kanban, calendar, gallery, gantt, or list views.
Instructions
Create a new view in an Airtable table. Optionally copy configuration from an existing view. View types: "grid", "form", "kanban", "calendar", "gallery", "gantt", "levels" (list view).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| tableId | Yes | The table ID to create the view in | |
| name | Yes | Name for the new view | |
| type | No | View type: "grid", "form", "kanban", "calendar", "gallery", "gantt", "levels" (list). Default: "grid". | |
| copyFromViewId | No | Optional: view ID to copy configuration from (creates a fresh view with same settings). | |
| debug | No | When true, include raw Airtable response in output for diagnostics |