ado_get_branch
Retrieve branch details, including tip commit and statistics, by specifying repository ID and branch name.
Instructions
Get details (tip commit, stats) of a branch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Branch name, e.g. "main" | |
| repoId | Yes | Repository name or ID | |
| project | No | Project name or ID (defaults to ADO_DEFAULT_PROJECT) |