verify_namespace
Check if a GitLab namespace path exists. Use parent_id to resolve nested namespaces where the same path may exist under different parents.
Instructions
Verify if a namespace path exists. Use parent_id to scope the check to a specific parent namespace — required for nested namespaces where the same path may exist under different parents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Namespace path to verify | |
| parent_id | No | Parent namespace ID; required to correctly resolve paths in nested namespaces where the same path may exist under different parents |