get_namespace
Retrieve namespace details using ID or path to access GitLab project groups and organizational information for repository management.
Instructions
Get details of a namespace by ID or path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace_id | Yes | Namespace ID or full path |
Input Schema (JSON Schema)
{
"properties": {
"namespace_id": {
"description": "Namespace ID or full path",
"type": "string"
}
},
"required": [
"namespace_id"
],
"type": "object"
}