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)

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