List Projects
get_projectsRetrieve GitLab projects accessible to your user account, with sorting by recency, name, or stars, pagination support, and optional credential authentication.
Instructions
List projects accessible to the user (requires authentication to see private projects)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | GitLab project sort string (e.g., latest_activity_desc, created_desc, name_asc, stars_desc). Defaults to latest_activity_desc for recency. | |
| after | No | Cursor for pagination | |
| first | No | Number of projects to retrieve | |
| 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) |