Use the Speak AI MCP server tool create_field to create a new custom field for
categorizing and tagging media.
What does it do?
Create a new custom field for categorizing and tagging media.
Parameters
create_field takes 9 parameters, 2 of them required.
| Name | Type | Required | Description |
|---|---|---|---|
name |
string | Yes | Display name for the field |
type |
string | Yes | Field type (text, number, select, etc.) |
description |
string | No | Optional description for the field |
prompt |
string | No | AI prompt used to auto-populate the field |
allowedValues |
array of string | No | Allowed values for select/multi-select field types |
allowedValuesMode |
enum | No | Whether one or multiple allowed values can be selected |
otherValues |
boolean | No | Whether values outside allowedValues are permitted |
notApplicableValues |
string | No | Value(s) treated as not-applicable |
privacyMode |
string | No | Privacy mode for the field |
Behaviour
The Speak AI MCP server publishes these behaviour hints for create_field.
- Can change data in your workspace.
- Does not delete or overwrite existing data.
- Repeating an identical call can have an extra effect.
- Stays inside Speak AI. Does not reach other systems.
Related
- Custom fields lists the rest of the Custom fields category.
- Tool reference lists every Speak AI MCP server tool.
- MCP server covers setup, supported clients, and what agents can do once connected.