List GitLab project labels
list_project_labelsRetrieve labels from a GitLab project to categorize issues and merge requests. Supports filtering by search, pagination, and including ancestor group labels.
Instructions
List labels available in a GitLab project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| search | No | ||
| project | Yes | GitLab project ID or full path such as group/project. | |
| per_page | No | ||
| include_ancestor_groups | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | GitLab response normalized for model use. |