Search Labels
search_labelsFind labels in GitLab projects or groups by name. Filter results with a search term to quickly locate needed labels.
Instructions
Search for labels in a project or group, with optional text filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Cursor for pagination | |
| first | No | Number of labels to retrieve | |
| search | No | Optional search term to filter labels | |
| fetchAll | No | Fetch all pages up to 100 results | |
| fullPath | Yes | Full path of the project or group (e.g., "group/project-name" or "group") | |
| isProject | Yes | Whether the path is a project (true) or group (false) | |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) |