Azure DevOps MCP Server for Cline

list_pull_requests

List all pull requests in the project

Input Schema

NameRequiredDescriptionDefault
creatorIdNoFilter by creator ID (optional)
repositoryIdNoFilter by repository ID (optional)
statusNoFilter by PR status (active, completed, abandoned)

Input Schema (JSON Schema)

{ "properties": { "creatorId": { "description": "Filter by creator ID (optional)", "type": "string" }, "repositoryId": { "description": "Filter by repository ID (optional)", "type": "string" }, "status": { "description": "Filter by PR status (active, completed, abandoned)", "enum": [ "active", "completed", "abandoned" ], "type": "string" } }, "type": "object" }