Skip to main content
Glama

Azure DevOps MCP Server for Cline

create_pull_request

Create a new pull request in Azure DevOps repositories by specifying source and target branches, title, description, and optional reviewers via the Cline-integrated MCP server.

Instructions

Create a new pull request

Input Schema

NameRequiredDescriptionDefault
descriptionNoPull request description
repositoryIdYesRepository ID
reviewersNoList of reviewer IDs (optional)
sourceRefNameYesSource branch name (e.g. refs/heads/feature)
targetRefNameYesTarget branch name (e.g. refs/heads/main)
titleYesPull request title

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Pull request description", "type": "string" }, "repositoryId": { "description": "Repository ID", "type": "string" }, "reviewers": { "description": "List of reviewer IDs (optional)", "items": { "type": "string" }, "type": "array" }, "sourceRefName": { "description": "Source branch name (e.g. refs/heads/feature)", "type": "string" }, "targetRefName": { "description": "Target branch name (e.g. refs/heads/main)", "type": "string" }, "title": { "description": "Pull request title", "type": "string" } }, "required": [ "repositoryId", "sourceRefName", "targetRefName", "title" ], "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