GitLab CI/CD · Capability
GitLab API — custom_attributes
GitLab API — custom_attributes. 8 operations. Lead operation: custom_attributes. Self-contained Naftiko capability covering one Gitlab Ci business surface.
What You Can Do
GET
Getapiv4groupsidcustomattributes
— Get all custom attributes on a group
/v1/api/v4/groups/{id}/custom-attributes
GET
Getapiv4groupsidcustomattributeskey
— Get a custom attribute on a group
/v1/api/v4/groups/{id}/custom-attributes/{key}
PUT
Putapiv4groupsidcustomattributeskey
— Set a custom attribute on a group
/v1/api/v4/groups/{id}/custom-attributes/{key}
DELETE
Deleteapiv4groupsidcustomattributeskey
— Delete a custom attribute on a group
/v1/api/v4/groups/{id}/custom-attributes/{key}
GET
Getapiv4projectsidcustomattributes
— Get all custom attributes on a project
/v1/api/v4/projects/{id}/custom-attributes
GET
Getapiv4projectsidcustomattributeskey
— Get a custom attribute on a project
/v1/api/v4/projects/{id}/custom-attributes/{key}
PUT
Putapiv4projectsidcustomattributeskey
— Set a custom attribute on a project
/v1/api/v4/projects/{id}/custom-attributes/{key}
DELETE
Deleteapiv4projectsidcustomattributeskey
— Delete a custom attribute on a project
/v1/api/v4/projects/{id}/custom-attributes/{key}
MCP Tools
get-all-custom-attributes-group
Get all custom attributes on a group
read-only
idempotent
get-custom-attribute-group
Get a custom attribute on a group
read-only
idempotent
set-custom-attribute-group
Set a custom attribute on a group
idempotent
delete-custom-attribute-group
Delete a custom attribute on a group
idempotent
get-all-custom-attributes-project
Get all custom attributes on a project
read-only
idempotent
get-custom-attribute-project
Get a custom attribute on a project
read-only
idempotent
set-custom-attribute-project
Set a custom attribute on a project
idempotent
delete-custom-attribute-project
Delete a custom attribute on a project
idempotent