Skip to main content
Glama

create_work_item_property_option

Create a new option for a work item property by providing a name and optional attributes such as color, description, or default flag.

Instructions

Create an option on a work item property.

Args: property_id: UUID of the work item property name: Display name for the option project_id: UUID of the project. Omit for workspace scope. description: Option description color: Hex color string e.g. "#FF5733" is_default: Whether this is the default option external_source: External system source name external_id: External system identifier

Returns: Created WorkItemPropertyOption object

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
colorNo
is_defaultNo
project_idNo
descriptionNo
external_idNo
property_idYes
external_sourceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
nameYes
parentNo
projectNo
propertyNo
is_activeNo
workspaceNo
created_atNo
created_byNo
deleted_atNo
is_defaultNo
logo_propsNo
sort_orderNo
updated_atNo
updated_byNo
descriptionNo
external_idNo
external_sourceNo
Behavior3/5

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

Annotations already indicate readOnlyHint=false, idempotentHint=false, destructiveHint=false. The description adds the return value ('Created WorkItemPropertyOption object') but does not disclose side effects beyond creation, such as whether the property must exist or what happens if an option with the same name already exists. The behavioral disclosure is adequate but minimal given annotation coverage.

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

Conciseness4/5

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

The description is a well-structured docstring with Args and Returns sections. Every sentence adds information about parameters or return value. It is not overly verbose but could be slightly more concise by omitting redundant parameter names. Overall, it is efficient and front-loaded.

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?

The tool is relatively simple. With an output schema present, the description does not need to detail return fields. It covers all parameters and the return object. However, it lacks information on prerequisites (e.g., does the property need to be of option type?) or error scenarios. For a create operation, this is almost complete but not fully comprehensive.

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

Parameters4/5

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

Schema description coverage is 0%, so the description must compensate. It provides brief but meaningful descriptions for all 8 parameters (e.g., 'UUID of the work item property', 'Hex color string e.g. "#FF5733"'). While not extensive, this adds essential meaning beyond the raw schema, effectively covering all 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 action ('Create an option on a work item property') and the resource. It distinguishes itself from sibling tools like 'create_work_item_property' (creates the property itself) and 'update_work_item_property_option' (updates an existing option), showing specific verb-resource pairing.

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

Usage Guidelines3/5

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

No explicit when-to-use or when-not-to-use guidance is provided. The description lists required parameters (property_id and name) but does not contrast with alternatives like updating or deleting options. The purpose is clear from the name but fails to provide explicit usage context.

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/Bl4nk44/plane-ce-mcp'

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