Skip to main content
Glama
aadityasinghal7

MCP Azure DevOps Server

add_work_item_comment

Add comments to Azure DevOps work items to provide feedback, document decisions, or communicate with team members. Comments become permanent parts of the work item history.

Instructions

    Adds a new comment to a work item.

    Use this tool when you need to:
    - Provide feedback or clarification on a work item
    - Document decisions made about the work
    - Add context without changing the work item's fields
    - Communicate with team members about specific tasks
    
    IMPORTANT: Comments in Azure DevOps become part of the permanent work
    item history and cannot be edited or deleted after they are added. The
    comment will be attributed to the user associated with the Personal
    Access Token used for authentication.
    
    Args:
        id: The work item ID
        text: The text of the comment (supports markdown formatting)
        project: Optional project name. If not provided, will be 
            determined from the work item.
        
    Returns:
        Formatted string containing confirmation and the added comment with
        author information and timestamp
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
textYes
projectNo

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

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