get_branch
Retrieve detailed information about a specific Bitbucket branch, including latest commit details, by providing the repository slug and branch name.
Instructions
Get information about a specific branch.
Args:
repo_slug: Repository slug
branch_name: Branch name
Returns:
Branch info with latest commit detailsInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| branch_name | Yes |