Skip to main content
Glama

Azure DevOps MCP Server for Cline

update_pull_request

Modify an existing pull request by updating its title, description, status, or merge strategy. Ensures accurate and efficient management of pull requests in Azure DevOps.

Instructions

Update an existing pull request

Input Schema

NameRequiredDescriptionDefault
descriptionNoNew description (optional)
mergeStrategyNoMerge strategy (optional)
pullRequestIdYesPull Request ID
statusNoNew status (active, abandoned, completed)
titleNoNew title (optional)

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "New description (optional)", "type": "string" }, "mergeStrategy": { "description": "Merge strategy (optional)", "enum": [ "squash", "rebase", "merge" ], "type": "string" }, "pullRequestId": { "description": "Pull Request ID", "type": "number" }, "status": { "description": "New status (active, abandoned, completed)", "enum": [ "active", "abandoned", "completed" ], "type": "string" }, "title": { "description": "New title (optional)", "type": "string" } }, "required": [ "pullRequestId" ], "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