create_custom_field
Create a new custom field to store specific data in your workspace. Define name, data type, and optional allowed values.
Instructions
Create a new custom field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the custom field (max 50 characters). | |
| slug | No | A unique identifier for the custom field (letters, numbers, and underscores only). | |
| dataType | Yes | The data type of the custom field. | |
| description | No | A description for the custom field. | |
| allowedValues | No | An array of allowed values, required for 'list' data types. |