Skip to main content
Glama

list_namespaces

Retrieve all GitLab namespaces accessible to your user account, with options to search by name, filter by ownership, and paginate results for efficient navigation.

Instructions

List all namespaces available to the current user

Input Schema

NameRequiredDescriptionDefault
searchNoSearch term for namespaces
ownedNoFilter for namespaces owned by current user
pageNoPage number for pagination (default: 1)
per_pageNoNumber of items per page (max: 100, default: 20)

Input Schema (JSON Schema)

{ "properties": { "owned": { "description": "Filter for namespaces owned by current user", "type": "boolean" }, "page": { "description": "Page number for pagination (default: 1)", "type": "number" }, "per_page": { "description": "Number of items per page (max: 100, default: 20)", "type": "number" }, "search": { "description": "Search term for namespaces", "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/harshmaur/gitlab-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server