Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

repo_list_pull_requests_by_commits

Find pull requests containing specific commits in an Azure DevOps repository. Query by commit IDs to accurately track and manage code changes across project branches.

Instructions

Lists pull requests by commit IDs to find which pull requests contain specific commits

Input Schema

NameRequiredDescriptionDefault
commitsYesArray of commit IDs to query for
projectYesProject name or ID
queryTypeNoType of query to performLastMergeCommit
repositoryYesRepository name or ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "commits": { "description": "Array of commit IDs to query for", "items": { "type": "string" }, "type": "array" }, "project": { "description": "Project name or ID", "type": "string" }, "queryType": { "default": "LastMergeCommit", "description": "Type of query to perform", "enum": [ "NotSet", "LastMergeCommit", "Commit" ], "type": "string" }, "repository": { "description": "Repository name or ID", "type": "string" } }, "required": [ "project", "repository", "commits" ], "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