openl List Branches
openl_list_branchesList all Git branches in a repository, including current branch and commit info. Use a repository's display name to see branches before switching or comparing versions.
Instructions
List all Git branches in a repository. Returns branch names and metadata (current branch, commit info). Use this to see available branches before switching or comparing versions. Use repository name (not ID) - e.g., 'Design Repository' instead of 'design-repo'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repository | Yes | Repository name (display name, not ID). Use the 'name' field from openl_list_repositories() response (e.g., if list_repositories returns {id: 'design-repo', name: 'Design Repository'}, use 'Design Repository' here, NOT 'design-repo'). | |
| response_format | No | Response format: 'json' for structured data, 'markdown' for human-readable (default), 'markdown_concise' for brief summary (1-2 paragraphs), 'markdown_detailed' for full details with context | markdown |
| limit | Yes | ||
| offset | Yes |