Skip to main content
Glama

Bitbucket MCP Server

by pdogra1299

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

NameRequiredDescriptionDefault
branch_nameYesBranch name to get details for
include_merged_prsNoInclude merged PRs from this branch (default: false)
repositoryYesRepository slug (e.g., "my-repo")
workspaceYesBitbucket workspace/project key (e.g., "PROJ")

Input Schema (JSON Schema)

{ "properties": { "branch_name": { "description": "Branch name to get details for", "type": "string" }, "include_merged_prs": { "description": "Include merged PRs from this branch (default: false)", "type": "boolean" }, "repository": { "description": "Repository slug (e.g., \"my-repo\")", "type": "string" }, "workspace": { "description": "Bitbucket workspace/project key (e.g., \"PROJ\")", "type": "string" } }, "required": [ "workspace", "repository", "branch_name" ], "type": "object" }

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

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