Skip to main content
Glama

Bitbucket MCP Server

by Korfu

get_branch_restriction

Retrieve specific branch restriction details by ID to manage repository access controls and understand permission settings in Bitbucket.

Instructions

Get a single branch restriction by its ID.

Input Schema

NameRequiredDescriptionDefault
repository_nameYesName of the repository (repo slug)
restriction_idYesThe ID of the branch restriction.

Input Schema (JSON Schema)

{ "properties": { "repository_name": { "description": "Name of the repository (repo slug)", "type": "string" }, "restriction_id": { "description": "The ID of the branch restriction.", "type": "string" } }, "required": [ "repository_name", "restriction_id" ], "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/Korfu/mcp-bitbucket'

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