Create Custom Field
create_fieldCreate a customizable field to categorize and tag media, supporting text, numbers, or select lists with AI auto-population.
Instructions
Create a new custom field for categorizing and tagging media.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the field | |
| type | Yes | Field type (text, number, select, etc.) | |
| prompt | No | AI prompt used to auto-populate the field | |
| description | No | Optional description for the field | |
| otherValues | No | Whether values outside allowedValues are permitted | |
| privacyMode | No | Privacy mode for the field | |
| allowedValues | No | Allowed values for select/multi-select field types | |
| allowedValuesMode | No | Whether one or multiple allowed values can be selected | |
| notApplicableValues | No | Value(s) treated as not-applicable |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Response payload from the Speak AI API |