Skip to main content
Glama

manage_pull_requests

Manage Azure DevOps pull requests by listing, creating, updating, commenting, voting, and handling reviewers to streamline code review workflows.

Instructions

Manage Azure DevOps pull requests. Actions: 'list', 'get', 'list_comments', 'list_reviewers', 'create', 'update', 'add_comment', 'vote', 'update_reviewers', 'create_thread', 'update_thread', 'reply_to_comment'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform: 'list', 'get', 'create', 'update', 'add_comment', 'list_comments', 'vote', 'list_reviewers', 'update_reviewers', 'create_thread', 'update_thread', 'reply_to_comment'
project_keyNoProject name
repo_idNoRepository name or ID (required for most actions)
pr_idNoPull request ID (required for get, update, add_comment, list_comments, vote, list_reviewers)
statusNoFilter by status: active, completed, abandoned, all (for list)
topNoMax results to return
titleNoPR title (required for create)
descriptionNoPR description (for create, update)
source_branchNoSource branch name (required for create)
target_branchNoTarget branch name (required for create)
is_draftNoCreate as draft PR (for create)
commentNoComment content (for add_comment, create_thread, reply_to_comment)
reviewer_idNoReviewer ID (for vote)
voteNoVote: 10=approved, 5=approved with suggestions, 0=no vote, -5=waiting, -10=rejected
reviewer_idsNoComma-separated reviewer IDs (for update_reviewers)
thread_idNoThread ID (for update_thread, reply_to_comment)
file_pathNoFile path for inline comment (for create_thread)
lineNoLine number for inline comment (for create_thread)
Behavior2/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. It lists action names but doesn't explain what each action does, their effects, permissions required, rate limits, or error conditions. For a tool with 18 parameters and multiple mutation actions (create, update, vote, etc.), this is a significant gap in behavioral transparency.

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

Conciseness4/5

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

The description is a single, efficient sentence that lists all available actions. There's no wasted space or redundant information. However, it could be better structured by grouping related actions or providing a brief overview before the list.

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?

For a complex tool with 18 parameters, multiple mutation actions, no annotations, and no output schema, the description is inadequate. It doesn't explain what the tool returns, how actions differ, what permissions are needed, or provide any behavioral context. The description fails to compensate for the lack of structured metadata.

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 description coverage is 100%, so the schema already documents all 18 parameters thoroughly. The description adds no parameter information beyond what's in the schema - it doesn't explain relationships between parameters, provide examples, or clarify dependencies. The baseline of 3 is appropriate when the schema does all the heavy lifting.

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

Purpose2/5

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

The description states the tool manages Azure DevOps pull requests and lists actions, but it's essentially a tautology that restates the tool name ('manage_pull_requests') with a list of verbs. It doesn't specify what 'manage' entails or distinguish this tool from its many siblings (e.g., manage_work_items, manage_repos). The description lacks a clear, specific purpose statement.

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

Usage Guidelines1/5

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

There is no guidance on when to use this tool versus alternatives. With 13 sibling tools on the server, the description provides no context about when this pull request management tool is appropriate versus other tools like manage_work_items or manage_repos. No prerequisites, constraints, or comparison to alternatives are mentioned.

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/zach-snell/adtk'

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