Skip to main content
Glama

azure-devops MCP Server

by mmruesch12

create_pull_request

Generate a pull request by specifying title, description, source and target branches, and reviewers. Integrates with the azure-devops MCP Server for streamlined code collaboration.

Instructions

Create a new pull request

Input Schema

NameRequiredDescriptionDefault
descriptionYesDescription of the pull request
reviewersNoArray of reviewer email addresses
sourceBranchYesSource branch name
targetBranchYesTarget branch name
titleYesTitle of the pull request

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Description of the pull request", "type": "string" }, "reviewers": { "description": "Array of reviewer email addresses", "items": { "type": "string" }, "type": "array" }, "sourceBranch": { "description": "Source branch name", "type": "string" }, "targetBranch": { "description": "Target branch name", "type": "string" }, "title": { "description": "Title of the pull request", "type": "string" } }, "required": [ "title", "description", "sourceBranch", "targetBranch" ], "type": "object" }

You must be authenticated.

Other Tools from azure-devops MCP Server

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/mmruesch12/azdo-mcp'

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