Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

repo_list_pull_requests_by_repo

Retrieve a filtered list of pull requests from a specific Azure DevOps repository. Filter by status, creator, reviewer, or paginate results using top and skip parameters.

Instructions

Retrieve a list of pull requests for a given repository.

Input Schema

NameRequiredDescriptionDefault
created_by_meNoFilter pull requests created by the current user.
i_am_reviewerNoFilter pull requests where the current user is a reviewer.
repositoryIdYesThe ID of the repository where the pull requests are located.
skipNoThe number of pull requests to skip.
statusNoFilter pull requests by status. Defaults to 'Active'.Active
topNoThe maximum number of pull requests to return.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "created_by_me": { "default": false, "description": "Filter pull requests created by the current user.", "type": "boolean" }, "i_am_reviewer": { "default": false, "description": "Filter pull requests where the current user is a reviewer.", "type": "boolean" }, "repositoryId": { "description": "The ID of the repository where the pull requests are located.", "type": "string" }, "skip": { "default": 0, "description": "The number of pull requests to skip.", "type": "number" }, "status": { "default": "Active", "description": "Filter pull requests by status. Defaults to 'Active'.", "enum": [ "NotSet", "Active", "Abandoned", "Completed", "All" ], "type": "string" }, "top": { "default": 100, "description": "The maximum number of pull requests to return.", "type": "number" } }, "required": [ "repositoryId" ], "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