Skip to main content
Glama
hasanozcan

Azure DevOps MCP Server

by hasanozcan

Update work item comment

update_work_item_comment

Update an Azure Boards work item comment by replacing its text. Provide the work item ID, comment ID, new text, and confirm=true to apply changes.

Instructions

Replace the text of an Azure Boards work item comment. Azure DevOps author and permission rules apply. Requires write tools and confirm=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesWork item comment body.
confirmYesMust be true to perform the mutation.
projectNoProject name or ID. Omit to use AZURE_DEVOPS_DEFAULT_PROJECT.
commentIdYesWork item comment ID.
workItemIdYesWork item numeric ID.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.0

TDQS

A3.9/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses that author/permission rules apply and that confirm=true is required, which is useful. However, it doesn't disclose what happens if the comment doesn't exist, whether the replacement is destructive/irreversible, or any rate-limit/error behavior. The confirm=true requirement is a meaningful behavioral guardrail.

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, no fluff. The core action is front-loaded, and the critical requirements (permissions, confirm=true) are stated compactly.

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?

For a mutation tool with no annotations and no output schema, the description covers the essential guardrails (confirm=true, permissions) but omits details like error cases, idempotency, or what the response contains. It's adequate but not rich.

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 all parameters. The description adds the confirm=true requirement context and the Azure DevOps permission context, but doesn't add much beyond the schema. Baseline 3 is appropriate.

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 ('Replace the text of an Azure Boards work item comment') with a specific verb and resource. It distinguishes itself from siblings like add_work_item_comment and delete_work_item_comment by focusing on replacement of existing comment text.

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 mentions Azure DevOps author and permission rules apply, and explicitly requires write tools and confirm=true. It doesn't explicitly name alternatives or when-not-to-use, but the context is clear enough for an agent to know this is a mutation tool requiring confirmation.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools