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
Name | Required | Description | Default |
---|---|---|---|
author | No | Filter by author username | |
limit | No | Maximum number of PRs to return (default: 25) | |
repository | Yes | Repository slug (e.g., "my-repo") | |
start | No | Start index for pagination (default: 0) | |
state | No | Filter by PR state: OPEN, MERGED, DECLINED, ALL (default: OPEN) | |
workspace | Yes | Bitbucket workspace/project key (e.g., "PROJ") |