github_list_branches
List all branches in a GitHub repository by specifying the owner and repo name, with an optional limit on results. Quickly identify available branches to navigate or manage your codebase.
Instructions
List all branches in a repository.
Args: owner: Repository owner repo: Repository name max_results: Maximum branches to return (default: 30) session_name: GitHub session to use
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| owner | Yes | ||
| max_results | No | ||
| session_name | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |