gitlab_list_branches
List all branches in a GitLab project with commit details, filtering by search term. Retrieve branch name, commit SHA, protected status, and deletion eligibility for efficient branch management.
Instructions
List all branches in a project with their latest commit info. Filter by search term to find specific branches. Returns branch name, commit SHA, protected status, and whether it can be deleted.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | No | Project ID or path (optional - auto-detects from git) |