Skip to main content
Glama
ManpreetShuann

Bitbucket Server MCP

list_inbox_pull_requests

Retrieve pull requests in your inbox requiring your review, with optional role filter and pagination.

Instructions

List pull requests in the authenticated user's inbox (PRs needing review action).

The inbox contains PRs where the user has been added as a reviewer and has not yet completed their review.

Args: role: Filter by role - typically 'REVIEWER' (default 'REVIEWER'). start: Page start index (default 0). limit: Number of results per page (default 25).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roleNoREVIEWER
startNo
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Description discloses that it returns PRs needing review, explaining the inbox concept. It does not detail ordering or edge cases, but as a read-only list operation with no annotations, it sufficiently informs behavior.

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?

Description is concise and well-structured: front-loaded purpose, then inbox explanation, then parameter details. No redundant information.

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

Completeness4/5

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

With an output schema present, description adequately explains what the tool returns (list of PRs needing review). It is complete enough given the tool's simplicity and the context signals (3 params, no required params).

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

Parameters4/5

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

Despite 0% schema coverage, the description includes an Args section explaining each parameter (role, start, limit) and their defaults, adding value beyond the schema's bare definitions.

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?

Description clearly states it lists pull requests in the authenticated user's inbox that need review action. It explains what the inbox contains (PRs where user is reviewer and not yet completed review), distinguishing it from general PR listing tools.

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

Usage Guidelines4/5

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

Description specifies the context: PRs needing review action, implying when to use (to see pending reviews). It does not explicitly mention alternatives or when not to use, but the sibling tools (list_pull_requests, list_dashboard_pull_requests) provide differentiation.

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/ManpreetShuann/bitbucket-server-mcp'

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