Skip to main content
Glama

azure-devops-mcp

getPullRequestComments

Retrieve comments from a specific pull request in Azure DevOps, filtering by repository, thread ID, or pagination settings. Simplify code review tracking and collaboration.

Instructions

Get comments on a pull request

Input Schema

NameRequiredDescriptionDefault
pullRequestIdYesID of the pull request
repositoryIdYesID of the repository
skipNoNumber of comments to skip
threadIdNoID of a specific thread
topNoMaximum number of comments to return

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "pullRequestId": { "description": "ID of the pull request", "type": "number" }, "repositoryId": { "description": "ID of the repository", "type": "string" }, "skip": { "description": "Number of comments to skip", "type": "number" }, "threadId": { "description": "ID of a specific thread", "type": "number" }, "top": { "description": "Maximum number of comments to return", "type": "number" } }, "required": [ "repositoryId", "pullRequestId" ], "type": "object" }
Install Server

Other Tools from azure-devops-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/RyanCardin15/AzureDevOps-MCP'

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