get_branch
Retrieve branch details, including associated pull requests, from Bitbucket repositories using the Bitbucket MCP Server. Specify workspace, repository, and branch name to access comprehensive information.
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") |