github_get_branch
Retrieve detailed information about a specific branch in a GitHub repository by providing the owner, repository name, and branch name.
Instructions
Get detailed information about a specific branch.
Args: owner: Repository owner repo: Repository name branch: Branch name session_name: GitHub session to use
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| owner | Yes | ||
| branch | Yes | ||
| session_name | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |