Skip to main content
Glama
zwitbaum

mcp-devops-onpremise

by zwitbaum

devops_work_item_comment_list

Read-only

List comments on a work item, with options to limit the number of returned comments and choose between HTML and Markdown format.

Instructions

List comments on a work item. Returns up to top comments (default 50).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
work_item_idYesThe numeric work item ID.
topNoMaximum number of comments to return. Defaults to 50.
formatNoResponse format: 'html' (default) or 'markdown'.html

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The annotation already declares readOnlyHint=true. The description adds minimal behavioral context beyond this, only noting the default top value. It does not discuss ordering, pagination behavior, or error conditions. With annotations covering safety, a 3 is appropriate.

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 extremely concise—two sentences front-loaded with the purpose. Every word earns its place, and there is no redundancy or unnecessary detail.

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?

The tool is simple (list comments), and the description sufficiently covers its core behavior. An output schema exists to document return values. No critical gaps remain, though minor details like ordering are absent.

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 each parameter. The description restates the default top value but adds no new meaning beyond what the schema provides.

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 explicitly states 'List comments on a work item,' which clearly identifies the verb (list), resource (comments), and context (on a work item). It distinguishes from sibling tools like add, delete, update, and pull request comment tools.

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?

The description provides no guidance on when to use this tool versus alternative sibling tools (e.g., devops_work_item_comment_add for creating comments). No explicit when/when-not or exclusions are mentioned.

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