Skip to main content
Glama
CruGlobal

Flightdeck MCP Server

by CruGlobal

Update a work item

update_work_item

Update a work item by ID, modifying only specified fields such as title, priority, state, assignees, labels, dates, estimate, or draft status. Pass null to clear cycle or date fields.

Instructions

Update a work item by id. Only the fields you pass are changed. Pass cycle_id: null to remove it from its cycle.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
work_item_idYesWork item id
titleNoWork item title
descriptionNoPlain-text description (empty string clears it)
priorityNoPriority of the work item
state_idNoState id — must belong to the item's project
parent_idNoParent work item id — same project
cycle_idNoCycle id (same project), or null to remove the item from its cycle
assignee_idsNoUser ids to assign; must be members of the workspace
label_idsNoLabel ids to apply; must belong to the item's project
start_dateNoISO 8601 date (YYYY-MM-DD), or null to clear
target_dateNoISO 8601 date (YYYY-MM-DD), or null to clear
estimate_pointNoEstimate points, or null to clear
draftNoWhether the item is a draft
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It mentions partial updates and the null cycle_id behavior, but omits details on permissions, error handling, side effects, or return values. For a mutation tool with many parameters, this is insufficient.

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?

Two sentences conveying essential information without any unnecessary words or repetition.

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?

With 13 parameters and no output schema, the description does not cover constraints like project membership for parent_id or error states. It is decent but leaves gaps in understanding the full behavior.

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 coverage is 100% with each parameter described. The description adds value by emphasizing the partial update principle and the null cycle_id trick, which are not captured in the schema.

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 ('update'), the resource ('work item'), and the key behavior ('only the fields you pass are changed'). It distinguishes from siblings like delete_work_item and create_work_item.

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 explains partial updates and how to remove from a cycle, providing clear context. However, it does not explicitly state prerequisites (e.g., work item must exist) or when not to use this tool.

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/CruGlobal/flightdeck-mcp-server'

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