Skip to main content
Glama
Acendas

Bitbucket MCP Server

by Acendas

create_webhook

Set up automated notifications for repository events in Bitbucket by configuring webhooks to send data to specified URLs when actions like pushes or pull requests occur.

Instructions

Create a webhook for a repository.

Args: repo_slug: Repository slug (name) url: The URL to receive webhook events events: List of events to subscribe to (e.g., ["repo:push", "pullrequest:created"]) description: Webhook description (optional) active: Whether the webhook is active (default: True) workspace: Bitbucket workspace (optional if configured)

Returns: Created webhook details or error message

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repo_slugYes
urlYes
eventsYes
descriptionNo
activeNo
workspaceNo

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

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