GitLab CI/CD · Capability
GitLab API — protected_tags
GitLab API — protected_tags. 4 operations. Lead operation: Get a project's protected tags. Self-contained Naftiko capability covering one Gitlab Ci business surface.
What You Can Do
GET
Getapiv4projectsidprotectedtags
— Get a project's protected tags
/v1/api/v4/projects/{id}/protected-tags
POST
Postapiv4projectsidprotectedtags
— Protect a single tag or wildcard
/v1/api/v4/projects/{id}/protected-tags
GET
Getapiv4projectsidprotectedtagsname
— Get a single protected tag
/v1/api/v4/projects/{id}/protected-tags/{name}
DELETE
Deleteapiv4projectsidprotectedtagsname
— Unprotect a single tag
/v1/api/v4/projects/{id}/protected-tags/{name}
MCP Tools
get-project-s-protected-tags
Get a project's protected tags
read-only
idempotent
protect-single-tag-wildcard
Protect a single tag or wildcard
get-single-protected-tag
Get a single protected tag
read-only
idempotent
unprotect-single-tag
Unprotect a single tag
idempotent