Skip to main content
Glama

pr_add_reviewers

Add reviewers to an Azure DevOps pull request to ensure the right people review code changes. Specify repo, PR ID, and reviewers to update the PR.

Instructions

Adiciona reviewers a um PR. Escrita: write + confirm.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
prIdYes
repoYes
confirmNo
projectNoProjeto alvo; default = DEVOPS_PROJECT. Outros exigem ADO_PROJECT_ALLOWLIST.
reviewersYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.1.0

TDQS

B3.1/5.0
Behavior3/5

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

With no annotations, the description must carry the behavioral burden. 'Escrita: write + confirm' does disclose that this is a mutating operation and signals a confirmation requirement, which is useful. However, it does not describe side effects, permissions, idempotence, or what the confirmation step involves, leaving a substantial gap.

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 compact, front-loaded with the main action, and adds a behavioral note without padding. The second sentence is terse and slightly cryptic but still scannable and short.

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 5-parameter write operation with no annotations and no output schema, the description is too thin. It lacks detail on required parameters, confirm behavior, project allowlisting, and expected outcomes, so an agent cannot reliably invoke it from the description alone.

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

Parameters2/5

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

Schema description coverage is only 20%, yet the description contributes meaning only for 'reviewers' ('adiciona reviewers'). It does not explain repo, prId, or the critical confirm boolean, and it fails to compensate for the undocumented majority of the input schema.

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 states a specific action ('Adiciona reviewers a um PR') with a clear object, and 'reviewers' clearly distinguishes it from generic PR operations like pr_create/pr_update. However, it does not explicitly disambiguate from pr_update or mention the scope of the addition, so it stops short of a 5.

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

Usage Guidelines3/5

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

The phrase 'Adiciona reviewers a um PR' implies the use case: when reviewers must be added to a pull request. There is no explicit guidance on when to prefer this over pr_update/pr_comment, no exclusions, and no mention of the confirmation workflow beyond 'write + confirm', so guidance is only implicit.

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

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/andrelopes-code/ado-mcp-server'

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