custom_fields
List, create, update, or delete ClickUp custom field definitions. Retrieve schemas, add fields, modify settings, or remove them across lists, folders, spaces, and workspaces.
Instructions
List, create, update, or delete custom field definitions. Use "list" to get field schemas, "create" to add a field, "update" to modify it, or "delete" to remove it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Required for create: the field name. Optional for update. | |
| type | No | Required for create: field type (text, number, date, checkbox, dropdown, etc.) | |
| action | Yes | Action to perform | |
| options | No | Dropdown options (required for dropdown type) | |
| field_id | No | Required for update, delete: the custom field ID | |
| required | No | Whether the field is required | |
| scope_id | No | The ID of the list, folder, space, or workspace (list, create) | |
| scope_type | No | The scope level (list, create) |