gitlab_list_projects
Retrieve a list of GitLab projects accessible to the user, filtered by membership, ownership, or search criteria, and manage repository interactions efficiently.
Instructions
List GitLab projects accessible to the user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| membership | No | Limit to projects the current user is a member of | |
| owned | No | Limit to projects explicitly owned by the current user | |
| per_page | No | Number of projects to return per page (max 100) | |
| search | No | Search projects by name |