Skip to main content
Glama
OnoSendae

Azure DevOps MCP Server

by OnoSendae

azure_update_work_item

Update existing Azure DevOps work items by changing state, title, priority, assignee, description, acceptance criteria, and related links.

Instructions

Atualiza um work item existente

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID do work item a atualizar
stateNoNovo estado do work item. Deve ser um estado válido do processo do projeto (ex: Agile: New/Active/Resolved/Closed; Scrum: To Do/In Progress/Done). Verifique os estados disponíveis antes de usar.
titleNoNovo título
parentIdNoID do work item pai (para criar relação Parent-Child)
priorityNo
assignedToNoEmail do novo responsável
reproStepsNoNovos passos de reprodução em Markdown (formato automático)
descriptionNoNova descrição em Markdown (formato automático)
storyPointsNo
acceptanceCriteriaNoNovos critérios de aceitação em Markdown (formato automático)
relatedWorkItemIdsNoIDs dos work items relacionados (para criar relações Related)
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only states the basic action, omitting whether updates are partial or full, how unspecified fields are handled, or side effects like relation changes. This is a significant gap for a mutation tool.

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, concise sentence that is front-loaded and easy to parse. It is not overstated, though it could offer more value without violating brevity.

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?

For a tool with 11 parameters and no output schema or annotations, the description is grossly incomplete. It does not explain update semantics, return values, or prerequisites, leaving the agent without critical context.

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?

The schema has 82% parameter description coverage, which is high and largely carries the burden. The description itself adds no parameter information, so the 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 'Atualiza um work item existente' clearly states the tool updates an existing work item, distinguishing it from create/delete/get siblings by the word 'existente'. It is specific about the action and resource, though it does not enumerate what aspects can be updated.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus alternatives like azure_create_work_item or azure_delete_work_item. The description only says 'updates an existing work item', providing no context for selection or exclusions.

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

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