Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

repo_get_pull_request_by_id

Retrieve a specific pull request by its ID from an Azure DevOps repository. Optionally include associated work item references for detailed tracking and management.

Instructions

Get a pull request by its ID.

Input Schema

NameRequiredDescriptionDefault
includeWorkItemRefsNoWhether to reference work items associated with the pull request.
pullRequestIdYesThe ID of the pull request to retrieve.
repositoryIdYesThe ID of the repository where the pull request is located.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "includeWorkItemRefs": { "default": false, "description": "Whether to reference work items associated with the pull request.", "type": "boolean" }, "pullRequestId": { "description": "The ID of the pull request to retrieve.", "type": "number" }, "repositoryId": { "description": "The ID of the repository where the pull request is located.", "type": "string" } }, "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