get_group_projects
List and filter projects within a GitLab group to manage repositories, search for specific ones, and handle pagination for large groups.
Instructions
List projects inside a GitLab group (optionally filter by search term)
Input Schema
TableJSON 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 - uses shared token if not provided) |