Skip to main content
Glama

Bitbucket MCP Server

by pdogra1299

list_branch_commits

Retrieve and filter commits from a specific branch in Bitbucket repositories, with options to control pagination, date ranges, authorship, merge commits, and message searches for detailed commit analysis.

Instructions

List commits in a branch with detailed information and filtering options

Input Schema

NameRequiredDescriptionDefault
authorNoFilter by author email/username (optional)
branch_nameYesBranch name to get commits from
include_merge_commitsNoInclude merge commits in results (default: true)
limitNoMaximum number of commits to return (default: 25)
repositoryYesRepository slug (e.g., "my-repo")
searchNoSearch for text in commit messages (optional)
sinceNoISO date string - only show commits after this date (optional)
startNoStart index for pagination (default: 0)
untilNoISO date string - only show commits before this date (optional)
workspaceYesBitbucket workspace/project key (e.g., "PROJ")

Input Schema (JSON Schema)

{ "properties": { "author": { "description": "Filter by author email/username (optional)", "type": "string" }, "branch_name": { "description": "Branch name to get commits from", "type": "string" }, "include_merge_commits": { "description": "Include merge commits in results (default: true)", "type": "boolean" }, "limit": { "description": "Maximum number of commits to return (default: 25)", "type": "number" }, "repository": { "description": "Repository slug (e.g., \"my-repo\")", "type": "string" }, "search": { "description": "Search for text in commit messages (optional)", "type": "string" }, "since": { "description": "ISO date string - only show commits after this date (optional)", "type": "string" }, "start": { "description": "Start index for pagination (default: 0)", "type": "number" }, "until": { "description": "ISO date string - only show commits before this date (optional)", "type": "string" }, "workspace": { "description": "Bitbucket workspace/project key (e.g., \"PROJ\")", "type": "string" } }, "required": [ "workspace", "repository", "branch_name" ], "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