list_projects_tool
List GitLab projects accessible by your API token, with filters for search, visibility, ownership, and pagination to find the projects you need.
Instructions
List GitLab projects accessible by the API token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| sort | No | Sort direction (asc, desc) | desc |
| owned | No | Only list projects owned by the authenticated user | |
| search | No | Search for projects by name | |
| order_by | No | Order by field (created_at, updated_at, name, path) | created_at |
| per_page | No | Results per page, max 100 (default: 20) | |
| membership | No | Only list projects the user is a member of | |
| visibility | No | Filter by visibility (public, internal, private) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||