Skip to main content
Glama

DevOps Enhanced MCP

by wangkanai

get-pull-requests

Retrieve pull requests from Azure DevOps repositories using filters for status, creator, and quantity. Automatically integrates with multiple organizations and projects via dynamic authentication context.

Instructions

Get pull requests from Azure DevOps repository

Input Schema

NameRequiredDescriptionDefault
createdByNoFilter by creator (user ID or email)
repositoryIdNoRepository ID or name (optional, defaults to all repos)
statusNoPull request status filter (default: active)
topNoNumber of pull requests to return (default: 25)

Input Schema (JSON Schema)

{ "properties": { "createdBy": { "description": "Filter by creator (user ID or email)", "type": "string" }, "repositoryId": { "description": "Repository ID or name (optional, defaults to all repos)", "type": "string" }, "status": { "description": "Pull request status filter (default: active)", "enum": [ "active", "completed", "abandoned", "all" ], "type": "string" }, "top": { "description": "Number of pull requests to return (default: 25)", "type": "number" } }, "type": "object" }
Install Server

Other Tools from DevOps Enhanced MCP

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/wangkanai/devops-enhanced-mcp'

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