Skip to main content
Glama
BlZvi
by BlZvi

Create Enum Option

asana_create_enum_option

Add a new option to an enum or multi_enum custom field. Returns the created option's GID for use in updating tasks.

Instructions

Add a new option to an enum or multi_enum custom field. New options are appended to the end of the list by default. Returns the created enum option with its GID. Use the GID to set this option on tasks via asana_update_task.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesDisplay name for the new enum option.
colorNoColor for the option. One of: `none`, `red`, `orange`, `yellow-orange`, `yellow`, `yellow-green`, `green`, `blue-green`, `aqua`, `blue`, `indigo`, `purple`, `magenta`, `hot-pink`, `pink`, `cool-gray`.
enabledNoWhether the option is enabled (visible to users). Defaults to true.
opt_fieldsNoComma-separated fields to include in the response. Useful values: `gid,name,color,enabled`.
custom_field_gidYesThe GID of the enum or multi_enum custom field to add an option to (numeric string, e.g. `'1234567890123'`).
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description adds valuable behavioral context beyond the annotations: new options are appended to the end of the list by default, and the tool returns the created enum option with its GID. This complements the readOnlyHint=false and openWorldHint annotations without contradicting them.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences, each earning its place: the action, the default behavior, and the return value/usage. It is front-loaded with the primary purpose and contains no fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a create tool with no output schema, the description adequately covers the return value (created enum option with GID) and a key behavioral default (appending to end). It does not explain potential errors or prerequisites, but the schema and annotations cover the parameter details.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the parameters are already well documented. The description does not add extra meaning to the parameters themselves; it only references the returned GID for follow-up use, which does not enhance parameter understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb and resource: 'Add a new option to an enum or multi_enum custom field.' It clearly distinguishes the creation action from the sibling tool asana_update_enum_option by focusing on adding a new option rather than modifying an existing one.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear context for when to use this tool (adding an option) and provides a follow-up usage hint: 'Use the GID to set this option on tasks via asana_update_task.' It does not explicitly exclude alternatives like update_enum_option, but the creation intent is unmistakable.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/BlZvi/asana-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server