Skip to main content
Glama
stefanskiasan

Azure DevOps MCP Server for Cline

update_pull_request

Update an existing Azure DevOps pull request by modifying its title, description, status, or merge strategy using the pull request ID.

Instructions

Update an existing pull request

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNoNew title (optional)
statusNoNew status (active, abandoned, completed)
descriptionNoNew description (optional)
mergeStrategyNoMerge strategy (optional)
pullRequestIdYesPull Request ID
Behavior1/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description bears full responsibility for behavioral disclosure. It fails to mention side effects (e.g., changing status to 'completed' might trigger a merge), authorization requirements, or whether notifications are sent. This is a critical gap for a mutation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that merely repeats the tool name. It is under-specified and does not earn its place; it could be expanded with key details like the modifiable fields or constraints.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 5 parameters (2 with enums) and no output schema, the description should provide context on how to use the tool effectively. It omits important details like the implications of status changes or the optionality of parameters beyond what the schema says.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with each parameter having a clear description ('New title (optional)', etc.). The tool description adds no extra meaning beyond the schema. According to guidelines, with high schema coverage, a baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Update an existing pull request' clearly states the action (update) and the resource (pull request). It distinguishes from sibling tools like 'create_pull_request' (create vs update) and 'list_pull_requests' (list vs update). However, it could be more specific about which fields can be updated.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool vs alternatives (e.g., when to use 'list_pull_requests' instead) or any prerequisites (e.g., the pull request must exist). No when-not-to-use information is given.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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