Skip to main content
Glama

MCP Azure DevOps Server

get_work_item_comments

Retrieve and view all comments linked to a specific work item in MCP Azure DevOps Server, including author details, timestamps, and content, formatted as markdown for easier review and analysis.

Instructions

Retrieves all comments associated with a specific work item. Use this tool when you need to: - Review discussion history about a work item - See feedback or notes left by team members - Check if specific questions have been answered - Understand the context and evolution of a work item Args: id: The work item ID project: Optional project name. If not provided, will be determined from the work item. Returns: Formatted string containing all comments on the work item, including author names, timestamps, and content, organized chronologically and formatted as markdown

Input Schema

NameRequiredDescriptionDefault
idYes
projectNo

Input Schema (JSON Schema)

{ "properties": { "id": { "title": "Id", "type": "integer" }, "project": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Project" } }, "required": [ "id" ], "title": "get_work_item_commentsArguments", "type": "object" }

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/aadityasinghal7/mcp'

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