getFileContent
Retrieve the contents of a file from a Bitbucket repository. Specify workspace, repo slug, file path, and optionally a commit, branch, or tag.
Instructions
Get the content of a file from a Bitbucket repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | Bitbucket workspace name | |
| repo_slug | Yes | Repository slug | |
| path | Yes | Path to file in repository | |
| commit | No | Commit SHA, branch, or tag (defaults to main branch) |