bb_get_commit
Retrieve detailed commit information from Bitbucket, including hash, message, author, and parents.
Instructions
Get detailed information about a specific commit (hash, message, author, parents)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commit | Yes | The commit hash, branch name, or tag | |
| filter | No | JMESPath expression to filter/transform structured response data. Applied before format conversion. Example: "values[].{name: full_name, lang: language}" — see https://jmespath.org for syntax | |
| repo_slug | Yes | The repository name | |
| workspace | Yes | The workspace or username | |
| output_format | No | Response format: "text" (default, human-readable), "json" (structured JSON), or "toon" (Token-Oriented Object Notation — compact tabular format that reduces LLM token consumption by 30-60%) |