Azure DevOps MCP Server for Cline

list_pull_requests

Filter and list Azure DevOps pull requests by creator, repository, or status using customizable queries for efficient project tracking and management.

Instructions

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" }

You must be authenticated.

Other Tools from Azure DevOps MCP Server for Cline

Related Tools

ID: jw1m3bd8lw