list_projects
Retrieve GitLab projects accessible to the authenticated user, with optional filtering by ownership or starred status.
Instructions
List GitLab projects accessible to the authenticated user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owned | No | Only list projects owned by the authenticated user | |
| starred | No | Only list starred projects | |
| per_page | No | Number of projects to return (max 100) |