Skip to main content
Glama
zwitbaum

mcp-devops-onpremise

by zwitbaum

devops_pull_request_reply_comment

Reply to a specific comment on a pull request in Azure DevOps with text or markdown content.

Instructions

Replies to a specific comment on a pull request.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repository_idYesRepository name or ID.
pull_request_idYesPull request ID.
thread_idYesThread ID to reply to.
comment_contentYesThe text content or markdown of the reply comment.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

Annotations indicate readOnlyHint=false, so the tool is clearly a write operation. The description adds no additional behavioral context, such as whether replies are appended, if further actions are needed, or authentication requirements.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

One concise sentence that states the purpose. While no waste, it is too minimal, lacking any structural elements like separators or additional context that would improve clarity.

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 complexity (4 required params, output schema present, many siblings), the description is insufficient. It does not mention how to obtain the thread_id or what the output contains, leaving the agent without necessary context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, each parameter already has a description. The tool description adds no extra meaning beyond the schema—e.g., does not explain that 'thread_id' refers to the comment thread ID. Baseline 3 is reduced because no value added.

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 'Replies to a specific comment on a pull request' clearly identifies the action (reply) and resource (specific comment on a PR), effectively distinguishing it from sibling tools like create_comment (new thread) and update_comment (edit existing comment).

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?

No guidance on when to use this tool versus alternatives. It does not specify that it replies to an existing thread, unlike create_comment which starts a new one. The sibling tools are listed but not referenced in the description.

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/zwitbaum/mcp-devops-on-prem'

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