GitLab CI/CD · Capability
GitLab API — feature_flags
GitLab API — feature_flags. 10 operations. Lead operation: List feature flags for a project. Self-contained Naftiko capability covering one Gitlab Ci business surface.
What You Can Do
GET
Getapiv4projectsidfeatureflags
— List feature flags for a project
/v1/api/v4/projects/{id}/feature-flags
POST
Postapiv4projectsidfeatureflags
— Create a new feature flag
/v1/api/v4/projects/{id}/feature-flags
GET
Getapiv4projectsidfeatureflagsfeatureflagname
— Get a single feature flag
/v1/api/v4/projects/{id}/feature-flags/{feature-flag-name}
PUT
Putapiv4projectsidfeatureflagsfeatureflagname
— Update a feature flag
/v1/api/v4/projects/{id}/feature-flags/{feature-flag-name}
DELETE
Deleteapiv4projectsidfeatureflagsfeatureflagname
— Delete a feature flag
/v1/api/v4/projects/{id}/feature-flags/{feature-flag-name}
GET
Getapiv4projectsidfeatureflagsuserlists
— List all feature flag user lists for a project
/v1/api/v4/projects/{id}/feature-flags-user-lists
POST
Postapiv4projectsidfeatureflagsuserlists
— Create a feature flag user list
/v1/api/v4/projects/{id}/feature-flags-user-lists
GET
Getapiv4projectsidfeatureflagsuserlistsiid
— Get a feature flag user list
/v1/api/v4/projects/{id}/feature-flags-user-lists/{iid}
PUT
Putapiv4projectsidfeatureflagsuserlistsiid
— Update a feature flag user list
/v1/api/v4/projects/{id}/feature-flags-user-lists/{iid}
DELETE
Deleteapiv4projectsidfeatureflagsuserlistsiid
— Delete feature flag user list
/v1/api/v4/projects/{id}/feature-flags-user-lists/{iid}
MCP Tools
list-feature-flags-project
List feature flags for a project
read-only
idempotent
create-new-feature-flag
Create a new feature flag
get-single-feature-flag
Get a single feature flag
read-only
idempotent
update-feature-flag
Update a feature flag
idempotent
delete-feature-flag
Delete a feature flag
idempotent
list-all-feature-flag-user
List all feature flag user lists for a project
read-only
idempotent
create-feature-flag-user-list
Create a feature flag user list
get-feature-flag-user-list
Get a feature flag user list
read-only
idempotent
update-feature-flag-user-list
Update a feature flag user list
idempotent
delete-feature-flag-user-list
Delete feature flag user list
idempotent