list_namespaces
List all GitLab namespaces (users and groups) accessible to the current user, with optional filters for search, ownership, and pagination.
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 |
|---|---|---|---|
| search | No | Search term for namespaces | |
| owned | No | Filter for namespaces owned by current user | |
| page | No | Page number for pagination (default: 1) | |
| per_page | No | Number of items per page (max: 100, default: 20) |