Skip to main content
Glama
hasanozcan

Azure DevOps MCP Server

by hasanozcan

Reply to pull request thread

reply_to_pull_request_thread

Reply to an existing Azure DevOps pull request comment thread with markdown content by providing repository, PR, and thread IDs. Requires confirmation to submit.

Instructions

Reply inside an existing pull request comment thread. Requires write tools and confirm=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmYesMust be true to perform the mutation.
contentYesMarkdown comment body.
projectNoProject name or ID. Omit to use AZURE_DEVOPS_DEFAULT_PROJECT.
threadIdYes
repositoryIdYesRepository name or ID.
pullRequestIdYesPull request numeric ID.
parentCommentIdNoParent comment ID. Defaults to 1.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.0

TDQS

A4/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses that this is a mutation requiring write tools and that confirm must be true, which is important. However, it does not describe side effects, success/failure behavior, or any consequences beyond the action itself. The schema partially covers the confirm requirement, so the description adds the 'write tools' note but lacks depth.

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?

The description is a single, well-structured sentence that front-loads the core purpose and then states the essential requirement. It is efficient with zero filler, making it easy for an agent to parse quickly.

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

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (7 parameters, 5 required) and the rich schema, the description covers the key prerequisites (write tools, confirm) and clearly states the action. It does not mention alternatives, but the purpose is unambiguous. The lack of an output schema means the description need not explain return values. Overall, it is sufficient for correct invocation, though a note on alternative tools would improve completeness.

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 high (86%), so the baseline is 3. The description does not add extra meaning for any parameter beyond what the schema already provides (e.g., confirm, threadId, content). It mentions 'confirm=true' but that is already explicit in the schema. No additional semantic value is contributed.

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 specific action ('Reply inside an existing pull request comment thread') with a distinct resource and scope. It is easily distinguished from sibling tools like create_pull_request_comment (which creates a new comment) and create_pull_request_inline_comment (which adds an inline comment), as it explicitly targets an existing thread.

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 that this tool is for replying to an existing thread, implying it is not for creating new comments or inline comments. However, it does not explicitly name alternatives or state when not to use it, leaving some inference required. The context is clear enough for most agents, but explicit exclusions would be better.

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