Skip to main content
Glama
BlZvi
by BlZvi

Update Enum Option

asana_update_enum_option
Idempotent

Update an enum option's name, color, or enabled status. Rename, recolor, or disable/enable options while preserving existing values and returning the updated option.

Instructions

Update an enum option's name, color, or enabled status. Use this to rename options, change their color, or disable/enable them. Disabled options are hidden from users but existing values are preserved. Returns the updated enum option.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoNew display name for the enum option.
colorNoNew color. One of: `none`, `red`, `orange`, `yellow-orange`, `yellow`, `yellow-green`, `green`, `blue-green`, `aqua`, `blue`, `indigo`, `purple`, `magenta`, `hot-pink`, `pink`, `cool-gray`.
enabledNoSet to false to disable the option (hide from users without deleting).
opt_fieldsNoComma-separated fields to include in the response. Useful values: `gid,name,color,enabled`.
enum_option_gidYesThe GID of the enum option to update (numeric string, e.g. `'1234567890123'`). Get enum option GIDs from asana_get_custom_field.
Behavior4/5

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

The description adds meaningful behavioral context beyond annotations, noting that disabled options are hidden but existing values are preserved, and that the updated enum option is returned. This aligns with the non-destructive and idempotent hints, reinforcing safety. It doesn't cover every edge case but provides essential behavior.

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, front-loaded with the primary action and specific attributes. Every sentence adds value: purpose, use cases, and behavioral note. No wasted words.

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 relatively simple update tool with five parameters, the description covers the key behavior (disabling preserves values) and return value. With schema fully describing parameters and annotations providing safety hints, the description is sufficient. It could mention idempotency explicitly but annotations already cover that.

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 coverage is 100%, so the baseline is 3. The description reinforces the meanings of name, color, and enabled by mentioning 'rename', 'change their color', and 'disable/enable', but it doesn't add new syntax details. It also references the return of the updated option, which is helpful.

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 clearly states the tool updates an enum option's name, color, or enabled status, using the specific verb 'update' and identifying the resource. It distinguishes from siblings like asana_create_enum_option by focusing on modification of existing options.

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 provides explicit use cases: 'rename options, change their color, or disable/enable them.' It also adds context that disabling hides options without deleting, guiding appropriate use. It doesn't explicitly name alternatives, but the purpose is distinct enough from sibling tools.

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