Skip to main content
Glama

verify_namespace

Check if a GitLab namespace path exists to ensure proper project organization and access before creating repositories or managing permissions.

Instructions

Verify if a namespace path exists

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesNamespace path to verify

Implementation Reference

  • Input schema definition for the 'verify_namespace' tool. Defines the expected input parameter 'path' which is the namespace path to verify existence.
    export const VerifyNamespaceSchema = z.object({ path: z.string().describe("Namespace path to verify"), });

Latest Blog Posts

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