search_labels
Find and filter labels in GitLab projects or groups using text search, with options for pagination and credential management.
Instructions
Search for labels in a project or group, with optional text filtering
Input Schema
TableJSON 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 | |
| userCredentials | No | Your GitLab credentials (optional - uses shared token if not provided) |