Skip to main content
Glama

Bitbucket MCP Server

by pdogra1299

list_pull_requests

Retrieve pull requests from a Bitbucket repository with optional filters for state, author, and pagination using the Bitbucket MCP Server.

Instructions

List pull requests for a repository with optional filters

Input Schema

NameRequiredDescriptionDefault
authorNoFilter by author username
limitNoMaximum number of PRs to return (default: 25)
repositoryYesRepository slug (e.g., "my-repo")
startNoStart index for pagination (default: 0)
stateNoFilter by PR state: OPEN, MERGED, DECLINED, ALL (default: OPEN)
workspaceYesBitbucket workspace/project key (e.g., "PROJ")

Input Schema (JSON Schema)

{ "properties": { "author": { "description": "Filter by author username", "type": "string" }, "limit": { "description": "Maximum number of PRs to return (default: 25)", "type": "number" }, "repository": { "description": "Repository slug (e.g., \"my-repo\")", "type": "string" }, "start": { "description": "Start index for pagination (default: 0)", "type": "number" }, "state": { "description": "Filter by PR state: OPEN, MERGED, DECLINED, ALL (default: OPEN)", "enum": [ "OPEN", "MERGED", "DECLINED", "ALL" ], "type": "string" }, "workspace": { "description": "Bitbucket workspace/project key (e.g., \"PROJ\")", "type": "string" } }, "required": [ "workspace", "repository" ], "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