List Projects
get_projectsList GitLab projects accessible to the authenticated user. Supports pagination, sorting, and fetching all pages up to 100 results.
Instructions
List projects accessible to the user (requires authentication to see private projects)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| first | No | Number of projects to retrieve | |
| after | No | Cursor for pagination | |
| sort | No | Sort order (e.g., UPDATED_DESC, CREATED_DESC, CREATED_ASC). Defaults to UPDATED_DESC for recency. | |
| 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) |