Bitbucket Pipelines · Capability
Bitbucket API — Source
Bitbucket API — Source. 4 operations. Lead operation: List commits that modified a file. Self-contained Naftiko capability covering one Bitbucket Pipelines business surface.
What You Can Do
GET
Get
— List commits that modified a file
/v1/repositories/{workspace}/{repo-slug}/filehistory/{commit}/{path}
GET
Get
— Get the root directory of the main branch
/v1/repositories/{workspace}/{repo-slug}/src
POST
Post
— Create a commit by uploading a file
/v1/repositories/{workspace}/{repo-slug}/src
GET
Get
— Get file or directory contents
/v1/repositories/{workspace}/{repo-slug}/src/{commit}/{path}
MCP Tools
list-commits-that-modified-file
List commits that modified a file
read-only
idempotent
get-root-directory-main-branch
Get the root directory of the main branch
read-only
idempotent
create-commit-uploading-file
Create a commit by uploading a file
get-file-directory-contents
Get file or directory contents
read-only
idempotent