get_branch
Retrieve detailed branch information, including linked pull requests, by specifying workspace, repository, and branch name. Supports querying merged PRs for comprehensive branch analysis within the Bitbucket MCP Server.
Instructions
Get detailed information about a branch including associated pull requests
Input Schema
Name | Required | Description | Default |
---|---|---|---|
branch_name | Yes | Branch name to get details for | |
include_merged_prs | No | Include merged PRs from this branch (default: false) | |
repository | Yes | Repository slug (e.g., "my-repo") | |
workspace | Yes | Bitbucket workspace/project key (e.g., "PROJ") |