Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

repo_list_pull_request_threads

Retrieve and manage comment threads for specific pull requests in Azure DevOps repositories. Streamline review processes by accessing detailed thread data based on repository ID, pull request ID, and optional filters.

Instructions

Retrieve a list of comment threads for a pull request.

Input Schema

NameRequiredDescriptionDefault
baseIterationNoThe base iteration ID for which to retrieve threads. Optional, defaults to the latest base iteration.
fullResponseNoReturn full thread JSON response instead of trimmed data.
iterationNoThe iteration ID for which to retrieve threads. Optional, defaults to the latest iteration.
projectNoProject ID or project name (optional)
pullRequestIdYesThe ID of the pull request for which to retrieve threads.
repositoryIdYesThe ID of the repository where the pull request is located.
skipNoThe number of threads to skip.
topNoThe maximum number of threads to return.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "baseIteration": { "description": "The base iteration ID for which to retrieve threads. Optional, defaults to the latest base iteration.", "type": "number" }, "fullResponse": { "default": false, "description": "Return full thread JSON response instead of trimmed data.", "type": "boolean" }, "iteration": { "description": "The iteration ID for which to retrieve threads. Optional, defaults to the latest iteration.", "type": "number" }, "project": { "description": "Project ID or project name (optional)", "type": "string" }, "pullRequestId": { "description": "The ID of the pull request for which to retrieve threads.", "type": "number" }, "repositoryId": { "description": "The ID of the repository where the pull request is located.", "type": "string" }, "skip": { "default": 0, "description": "The number of threads to skip.", "type": "number" }, "top": { "default": 100, "description": "The maximum number of threads to return.", "type": "number" } }, "required": [ "repositoryId", "pullRequestId" ], "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