create_field
Add a new column to any Baserow table by specifying its name, type, and optional settings. Streamline schema changes directly from your MCP environment.
Instructions
Create a new field (column) in a table. The 'type' parameter must be one of: text, long_text, url, email, number, rating, boolean, date, last_modified, last_modified_by, created_on, created_by, duration, link_row, file, single_select, multiple_select, phone_number, formula, count, rollup, lookup, multiple_collaborators, uuid, autonumber, password, ai.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name for the new field (max 255 chars). | |
| type | Yes | The field type. Common types: text, long_text, number, boolean, date, single_select, multiple_select, link_row, url, email, phone_number, formula, rating, duration, file, uuid, autonumber. | |
| table_id | Yes | The table ID to add the field to. | |
| field_options | No | Optional type-specific field configuration (e.g., {text_default: 'hello', description: 'desc'}). |