GitLab CI/CD · Capability
GitLab API — namespaces
GitLab API — namespaces. 8 operations. Lead operation: List namespaces. Self-contained Naftiko capability covering one Gitlab Ci business surface.
What You Can Do
GET
Getapiv4namespaces
— List namespaces
/v1/api/v4/namespaces
GET
Getapiv4namespacesstoragelimitexclusions
— Retrieve all limit exclusions
/v1/api/v4/namespaces/storage/limit-exclusions
PUT
Putapiv4namespacesid
— Update a namespace
/v1/api/v4/namespaces/{id}
GET
Getapiv4namespacesid
— Get namespace by ID
/v1/api/v4/namespaces/{id}
GET
Getapiv4namespacesidexists
— Get existence of a namespace
/v1/api/v4/namespaces/{id}/exists
GET
Getapiv4namespacesidgitlabsubscription
— Returns the subscription for the namespace
/v1/api/v4/namespaces/{id}/gitlab-subscription
POST
Postapiv4namespacesidstoragelimitexclusion
— Creates a storage limit exclusion for a Namespace
/v1/api/v4/namespaces/{id}/storage/limit-exclusion
DELETE
Deleteapiv4namespacesidstoragelimitexclusion
— Removes a storage limit exclusion for a Namespace
/v1/api/v4/namespaces/{id}/storage/limit-exclusion
MCP Tools
list-namespaces
List namespaces
read-only
idempotent
retrieve-all-limit-exclusions
Retrieve all limit exclusions
read-only
idempotent
update-namespace
Update a namespace
idempotent
get-namespace-id
Get namespace by ID
read-only
idempotent
get-existence-namespace
Get existence of a namespace
read-only
idempotent
returns-subscription-namespace
Returns the subscription for the namespace
read-only
idempotent
creates-storage-limit-exclusion-namespace
Creates a storage limit exclusion for a Namespace
removes-storage-limit-exclusion-namespace
Removes a storage limit exclusion for a Namespace
idempotent