Skip to main content
Glama

DevOps Enhanced MCP

by wangkanai

add-work-item-comment

Add comments to work items in Azure DevOps by specifying the work item ID and comment text. Streamlines collaboration and updates within diverse Azure DevOps projects and organizations.

Instructions

Add a comment to an existing work item in Azure DevOps

Input Schema

NameRequiredDescriptionDefault
commentYesComment text to add
idYesWork item ID to add comment to

Input Schema (JSON Schema)

{ "properties": { "comment": { "description": "Comment text to add", "type": "string" }, "id": { "description": "Work item ID to add comment to", "type": "number" } }, "required": [ "id", "comment" ], "type": "object" }
Install Server

Other Tools from DevOps Enhanced MCP

Related Tools

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/wangkanai/devops-enhanced-mcp'

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