list_branches
Retrieve branch information from a Bitbucket repository to view available branches and their commit details for repository management.
Instructions
List branches in a repository.
Args:
repo_slug: Repository slug
limit: Maximum number of results (default: 50)
Returns:
List of branches with commit infoInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| limit | No |