get_projects
Retrieve and list accessible GitLab projects with pagination support. Use this tool to view project details after authentication for private repositories.
Instructions
List projects accessible to the user (requires authentication to see private projects)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| first | No | Number of projects to retrieve | |
| after | No | Cursor for pagination | |
| userCredentials | No | Your GitLab credentials (optional - uses shared token if not provided) |