Skip to main content
Glama
phpl

bitbucket-mcp-server

by phpl

get_pull_request_activities

Retrieve pull request activity including comments, approvals, merges, reviews, and updates. Filter by activity type to focus on specific events.

Instructions

Get activity on a pull request including comments, approvals, merges, reviews, and updates. Can filter by activity types.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of items to return (default: 25)
startNoStarting index for pagination (default: 0)
projectKeyYesThe Bitbucket project key
pullRequestIdYesThe pull request ID
repositorySlugYesThe repository slug
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does list the types of activity returned, which is helpful, but it omits critical behavioral details such as sorting order, default result size, error behavior, and authentication requirements. The claim about filtering is unsupported by the schema, adding confusion rather than transparency.

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 concise and front-loaded, expressing the core purpose in the first sentence and adding a single worthwhile detail about filtering in the second. No wasted words or repetitive content. It is appropriately sized for the tool's complexity.

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?

Given the absence of an output schema and annotations, the description should provide more context about return values, ordering, pagination behavior, or use cases. It lists activity types but lacks sufficient detail for an agent to confidently predict the response shape or handle errors. This is a relatively complex tool with many siblings, so the description is incomplete.

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?

All five parameters have descriptions in the schema, so schema coverage is 100%. The description adds no parameter-specific meaning beyond what the schema already provides, and the 'filter by activity types' mention does not map to any parameter. This matches the baseline of 3 for high schema coverage, as the description does not enhance or clarify parameter usage.

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 clearly states the tool retrieves activity on a pull request, enumerating content types (comments, approvals, merges, reviews, updates). This provides a specific verb and resource, and distinguishes it from sibling tools focused on single activity types like commits or tasks. However, the 'Can filter by activity types' claim is vague and not reflected in the schema, slightly dampening clarity.

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

Usage Guidelines2/5

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

The description gives no explicit guidance on when to use this tool versus alternatives. While listing activity types implies a broader scope than siblings like get_pull_request_tasks or get_pull_request_commits, it does not explicitly state when to prefer this tool or when to use another. No exclusions or alternative tools 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/phpl/bitbucket-mcp-server'

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