list_group_projects_tool
List projects in a GitLab group with filters for search, visibility, and subgroups, plus pagination and sorting controls to locate repository details quickly.
Instructions
List projects within a GitLab group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| sort | No | Sort direction (asc, desc) | desc |
| search | No | Filter projects by name | |
| group_id | Yes | Group ID or path | |
| order_by | No | Order by field (created_at, updated_at, name, path) | created_at |
| per_page | No | Results per page, max 100 (default: 20) | |
| visibility | No | Filter by visibility (public, internal, private) | |
| include_subgroups | No | Include projects from subgroups |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||