Bitbucket MCP

MIT License
820
4
  • Linux
  • Apple

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

ID: n7bfg1br32