list_namespaces
List all GitLab namespaces (users and groups) available to the current user. Filter with kind='group' to show only groups.
Instructions
List all namespaces (users and groups) available to the current user. Filter by kind='group' for groups only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| owned | No | Filter for namespaces owned by current user | |
| search | No | Search term for namespaces | |
| per_page | No | Number of items per page (max: 100, default: 20) |