list_branches
Retrieve and filter branches from a Git repository to view available development lines and search for specific ones.
Instructions
List branches in a repository. Optionally search for specific branches.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository identifier (GitLab: "group/project" or ID, GitHub: "owner/repo") | |
| search | No | Search term to filter branches | |
| page | No | Page number (default: 1) | |
| per_page | No | Items per page (default: 20, max: 100) |