Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

repo_reply_to_comment

Respond to pull request comments in Azure DevOps repositories by specifying repository, PR, thread IDs, and content. Simplify collaboration with direct replies using PAT authentication.

Instructions

Replies to a specific comment on a pull request.

Input Schema

NameRequiredDescriptionDefault
contentYesThe content of the comment to be added.
fullResponseNoReturn full comment JSON response instead of a simple confirmation message.
projectNoProject ID or project name (optional)
pullRequestIdYesThe ID of the pull request where the comment thread exists.
repositoryIdYesThe ID of the repository where the pull request is located.
threadIdYesThe ID of the thread to which the comment will be added.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "description": "The content of the comment to be added.", "type": "string" }, "fullResponse": { "default": false, "description": "Return full comment JSON response instead of a simple confirmation message.", "type": "boolean" }, "project": { "description": "Project ID or project name (optional)", "type": "string" }, "pullRequestId": { "description": "The ID of the pull request where the comment thread exists.", "type": "number" }, "repositoryId": { "description": "The ID of the repository where the pull request is located.", "type": "string" }, "threadId": { "description": "The ID of the thread to which the comment will be added.", "type": "number" } }, "required": [ "repositoryId", "pullRequestId", "threadId", "content" ], "type": "object" }

Other Tools from Azure DevOps MCP Server with PAT Authentication

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/ennuiii/DevOpsMcpPAT'

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