Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

repo_update_pull_request_reviewers

Add or remove reviewers from an Azure DevOps pull request by specifying repository ID, pull request ID, and reviewer IDs. Manage PR reviewers efficiently with this Azure DevOps MCP Server tool.

Instructions

Add or remove reviewers for an existing pull request.

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform on the reviewers. Can be 'add' or 'remove'.
pullRequestIdYesThe ID of the pull request to update.
repositoryIdYesThe ID of the repository where the pull request exists.
reviewerIdsYesList of reviewer ids to add or remove from the pull request.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "description": "Action to perform on the reviewers. Can be 'add' or 'remove'.", "enum": [ "add", "remove" ], "type": "string" }, "pullRequestId": { "description": "The ID of the pull request to update.", "type": "number" }, "repositoryId": { "description": "The ID of the repository where the pull request exists.", "type": "string" }, "reviewerIds": { "description": "List of reviewer ids to add or remove from the pull request.", "items": { "type": "string" }, "type": "array" } }, "required": [ "repositoryId", "pullRequestId", "reviewerIds", "action" ], "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