list_repo_branches
Retrieve branches of a Tangled repository by providing the owner/repo identifier. Optionally set a limit (1-100) for the number of branches returned.
Instructions
list branches for a repository
Args: repo: repository identifier in 'owner/repo' format (e.g., 'zzstoatzz/tangled-mcp') limit: maximum number of branches to return (1-100)
Returns: list of branches
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | repository identifier in 'owner/repo' format (e.g., 'zzstoatzz/tangled-mcp') | |
| limit | No | maximum number of branches to return |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branches | Yes |