Skip to main content
Glama

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

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/stefanskiasan/azure-devops-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server