verify_namespace
Check if a namespace path exists in GitLab. Use parent_id to verify nested namespaces under a specific parent.
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 |