Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

repo_list_pull_requests_by_project

Retrieve a list of pull requests for a specific Azure DevOps project, filtered by status, creator, or reviewer. Use this tool to efficiently manage and track pull requests within your project.

Instructions

Retrieve a list of pull requests for a given project Id or Name.

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.
projectYesThe name or ID of the Azure DevOps project.
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" }, "project": { "description": "The name or ID of the Azure DevOps project.", "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": [ "project" ], "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