Group Projects
get_group_projectsRetrieve projects within a GitLab group using its full path, with optional search term filtering and pagination support.
Instructions
List projects inside a GitLab group (optionally filter by search term)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fullPath | Yes | Group full path (e.g., "group/subgroup") | |
| searchTerm | No | Optional search term to filter group projects | |
| first | No | Number of projects to retrieve | |
| after | No | Cursor for pagination | |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) |