Skip to main content
Glama

DevOps Enhanced MCP

by wangkanai

add-work-item-comment

Enable team collaboration by adding comments to Azure DevOps work items. Specify work item ID and comment text to enhance task communication and tracking within projects.

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" }

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