Skip to main content
Glama

Rename / disable dropdown value

enum_option_update

Rename, recolor, or disable a dropdown value in Asana. Set enabled to false to retire an option without removing it from tasks that already use it.

Instructions

Rename, recolor, or disable a dropdown value. Asana has no delete — set enabled:false to retire a value; tasks already holding it keep it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
colorNoOne of: none, red, orange, yellow-orange, yellow, yellow-green, green, blue-green, aqua, blue, indigo, purple, magenta, hot-pink, pink, cool-gray
enabledNofalse hides it from the picker.
enum_option_gidYesAsana gid (numeric string). Use asana_find to look one up by name.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description bears the full burden of behavioral disclosure. It transparently explains the irreversible effect of disabling (tasks keep the value, hidden from picker) and implies mutation for rename/recolor. It could further detail side effects or response format, but the key behavior is covered.

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 extremely concise at two sentences, with all information front-loaded. It states the purpose first, then the critical behavioral nuance. Every word earns its place; no redundancy or filler.

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

Completeness3/5

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

Given the tool has 4 parameters and no output schema, the description is somewhat incomplete. It explains the main effects but does not describe the return value, error conditions, or prerequisites (e.g., that the enum_option_gid must be valid). The description is adequate but leaves gaps for a complete understanding.

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 high (75%), so the baseline is 3. The main description adds little beyond what the schema already provides for the parameters; it mentions 'rename, recolor, or disable' which maps to name, color, and enabled but does not explain enum_option_gid. The schema itself includes descriptions for most parameters.

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 can rename, recolor, or disable a dropdown value. It differentiates from sibling tools like enum_option_create (create) and enum_option_reorder (reorder) by noting the unique 'no delete' behavior and the use of enabled:false to retire a value.

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 clear context for when to use the tool (modifying an existing dropdown value) and includes a key guideline about disabling. However, it does not explicitly contrast with sibling tools or state when not to use it, relying on the sibling list for inference.

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

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/plakorp/asana-admin-mcp'

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