Skip to main content
Glama

ado_workitems_update

Update work item fields (state, title, assignee, tags) by ID. Provide field names and new values to modify any Azure DevOps work item.

Instructions

Update fields on an existing work item. Pass the work item ID and a map of field names to new values. Common fields: System.State, System.AssignedTo, System.Title, System.Tags, Microsoft.VSTS.Common.Priority. Requires vso.work_write PAT scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesWork item ID
fieldsYesFields to update as key-value pairs. Keys are field reference names like 'System.State'.
projectNoProject scope (optional)

Schema Changelog

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

  1. First observedv0.2.0

TDQS

A4.2/5.0
Behavior4/5

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

With readOnlyHint=false and openWorldHint=true, the description still adds useful behavioral context by stating it updates existing items and requires the vso.work_write PAT scope. It does not contradict the annotations. It could go further by mentioning side effects like revision creation or invalid field handling, but it is solid.

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 compact, action-oriented, and front-loaded. The common fields list is a bit long, but each sentence contributes useful information about the call, the inputs, or the authentication scope.

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?

It covers how to perform an update and what permission is needed. Missing, though, is any explanation of the response, validation behavior, or side effects like work item revisions. Since there is no output schema, a bit more return-value context would make it fully complete.

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?

The input schema already covers all parameters at 100% coverage, so the baseline is 3. The description adds extra value by naming common field reference names like System.State and System.AssignedTo, which the schema alone does not provide.

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 states a specific action ('Update fields'), the resource ('an existing work item'), and the required input pattern (work item ID + field map). It is clearly distinguished from sibling tools like create, query, get, link, and unlink by emphasizing it modifies an existing 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 gives clear context for when to use the tool: when updating fields on an existing work item. It even lists common fields, which helps the agent construct useful payloads. However, it does not explicitly mention when not to use it or name alternative siblings such as create or link.

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/Laonnda/azure-devops-local-mcp'

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