Skip to main content
Glama

bitbucket_get_commits

Retrieve commit history from a Bitbucket repository with options to filter by date range, file path, or paginate results for detailed version control analysis.

Instructions

Get commits for a repository.

Lists commits in reverse chronological order. Use since/until to specify a commit range (like git log since..until). Use path to only show commits that modified a specific file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_keyYesThe project key
repository_slugYesThe repository slug
pathNoFilter commits affecting this file path
sinceNoCommit hash or ref — exclude commits reachable from this
untilNoCommit hash or ref — include commits reachable from this (default: default branch HEAD)
startNoPagination start index
limitNoMax results (1-100)

Latest Blog Posts

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

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