Skip to main content
Glama

Bitbucket MCP

by MatanYemini

getPullRequests

Retrieve pull requests from Bitbucket repositories based on workspace, repository slug, and state. Specify filters to fetch open, merged, declined, or superseded pull requests efficiently.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of pull requests to return
repo_slugYesRepository slug
stateNoPull request state
workspaceYesBitbucket workspace name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "Maximum number of pull requests to return", "type": "number" }, "repo_slug": { "description": "Repository slug", "type": "string" }, "state": { "description": "Pull request state", "enum": [ "OPEN", "MERGED", "DECLINED", "SUPERSEDED" ], "type": "string" }, "workspace": { "description": "Bitbucket workspace name", "type": "string" } }, "required": [ "workspace", "repo_slug" ], "type": "object" }

You must be authenticated.

Other Tools from Bitbucket MCP

Related Tools

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

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