list_groups_tool
Find GitLab groups accessible by your API token, with pagination, sorting, search, and filters for owned or top-level results.
Instructions
List GitLab groups accessible by the API token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| sort | No | Sort direction (asc, desc) | asc |
| owned | No | Only list groups owned by the authenticated user | |
| search | No | Search for groups by name | |
| order_by | No | Order by field (name, path, id) | name |
| per_page | No | Results per page, max 100 (default: 20) | |
| top_level_only | No | Only list top-level groups |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||