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

ID: jw1m3bd8lw