azure-devops-mcp

by RyanCardin15
Verified

listPullRequests

List pull requests

Input Schema

NameRequiredDescriptionDefault
creatorIdNoFilter by creator
repositoryIdYesID of the repository
reviewerIdNoFilter by reviewer
skipNoNumber of pull requests to skip
statusNoFilter by status
topNoMaximum number of pull requests to return

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "creatorId": { "description": "Filter by creator", "type": "string" }, "repositoryId": { "description": "ID of the repository", "type": "string" }, "reviewerId": { "description": "Filter by reviewer", "type": "string" }, "skip": { "description": "Number of pull requests to skip", "type": "number" }, "status": { "description": "Filter by status", "enum": [ "abandoned", "active", "all", "completed", "notSet" ], "type": "string" }, "top": { "description": "Maximum number of pull requests to return", "type": "number" } }, "required": [ "repositoryId" ], "type": "object" }

You must be authenticated.

Other Tools