Skip to main content
Glama

update_work_item

Update a work item's state, assignee, or title to reflect changes in progress or ownership.

Instructions

Update state, assignment, or title of a work item.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesWork item ID
stateNoNew state (e.g. Active, Resolved, Closed)
titleNoNew title
assigned_toNoNew assignee display name
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states the action without revealing key traits such as destructive potential, permission requirements, concurrency behavior, or whether updates are partial or full. This is insufficient for an agent to anticipate side effects.

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 single, clear sentence that front-loads the action and target. It is concise and to the point, with no wasted words. However, it could be slightly more structured by indicating that the update is partial (only provided fields are modified).

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

Completeness2/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, no output schema, and no annotations, the description is incomplete. It does not explain that 'id' is required and updates are optional, nor does it describe the return value or error conditions. This leaves significant gaps for an agent to use the tool correctly.

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 schema already documents each parameter. The description adds no additional meaning beyond listing the fields—it repeats schema descriptions without further context on allowed values, formatting, or relationships between parameters. Baseline score of 3 is appropriate.

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

Purpose4/5

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

The description clearly states the action 'Update' and the target 'work item', listing three specific fields (state, assignment, title) which correspond to the schema parameters. It effectively distinguishes from sibling tools like 'create_work_item' and 'get_work_item', though it does not explicitly clarify that this is a partial update tool.

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?

The description implies use for modifying existing work items but does not provide explicit guidance on when to use versus alternatives. It lacks any when-not-to-use conditions or prerequisites. The sibling context shows no other update tool, so the guidance is implicitly clear but not explicitly stated.

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/PraiseSinkamba/az-devops-cli-mcp'

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