Search Labels
search_labelsSearch labels in a GitLab project or group. Use optional text filtering to locate specific labels.
Instructions
Search for labels in a project or group, with optional text filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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) | |
| search | No | Optional search term to filter labels | |
| first | No | Number of labels to retrieve | |
| after | No | Cursor for pagination | |
| fetchAll | No | Fetch all pages up to 100 results | |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) |