---
title: "Create Custom Field"
description: "Create a new custom field for categorizing and tagging media."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.speakai.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Custom Field

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](/mcp/tools/custom-fields/) lists the rest of the Custom fields
  category.
- [Tool reference](/mcp/tools/) lists every Speak AI MCP server tool.
- [MCP server](/mcp/) covers setup, supported clients, and what agents can do once
  connected.

Source: https://docs.speakai.co/mcp/tools/custom-fields/create_field/index.mdx
