Skip to main content
Glama

Get Required Reviewers

bitbucket_get_required_reviewers
Read-only

Discover mandatory reviewers for a potential pull request between branches. Use before creating a PR to identify required reviewers from merge checks or default rules.

Instructions

Get required reviewers for a potential pull request between two branches.

Use this before creating a PR to discover mandatory reviewers configured via merge checks or default reviewer rules.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_keyYesThe project key
repository_slugYesThe repository slug
source_refYesSource branch ref ID
target_refYesTarget branch ref ID

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, indicating a safe read operation. The description adds valuable context beyond this by specifying the tool's purpose for 'potential pull requests' and explaining it checks 'merge checks or default reviewer rules'. However, it doesn't mention rate limits, authentication needs, or pagination behavior, keeping it from a perfect score.

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

Conciseness5/5

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

The description is two concise sentences that are front-loaded with the core purpose. Every word earns its place by clarifying usage context and differentiating from sibling tools, with no wasted verbiage or redundancy.

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

Completeness5/5

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

Given the tool's moderate complexity, rich annotations (readOnlyHint), 100% schema coverage, and the presence of an output schema, the description is complete. It adequately explains the tool's role in the workflow without needing to detail return values or parameters, which are covered elsewhere.

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%, with all parameters clearly documented in the schema. The description adds no additional parameter details beyond implying the tool uses branch refs for source and target. This meets the baseline of 3 since the schema handles parameter documentation effectively.

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

Purpose5/5

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

The description clearly states the specific action ('Get required reviewers') and resource ('for a potential pull request between two branches'). It distinguishes this tool from siblings like 'bitbucket_create_pull_request' or 'bitbucket_get_pull_request' by focusing on pre-PR reviewer discovery rather than PR creation or retrieval.

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

Usage Guidelines5/5

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

The description explicitly states when to use this tool ('Use this before creating a PR') and why ('to discover mandatory reviewers configured via merge checks or default reviewer rules'). It provides clear context for usage relative to the sibling 'bitbucket_create_pull_request', indicating this is a preparatory step.

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/christopherekfeldt/mcp-bitbucket-dc'

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