Unleash MCP (Feature Toggle)

by cuongtl1992
Verified

updateFlag

Modify feature flags in Unleash projects to control enabled features. Update properties like status, type, or description to manage feature toggles effectively.

Instructions

Update an existing feature flag in an Unleash project

Input Schema

NameRequiredDescriptionDefault
archivedNo
descriptionNo
featureNameYes
impressionDataNo
projectIdYes
staleNo
typeNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "archived": { "type": "boolean" }, "description": { "type": "string" }, "featureName": { "maxLength": 100, "minLength": 1, "pattern": "^[a-z0-9-_.]+$", "type": "string" }, "impressionData": { "type": "boolean" }, "projectId": { "minLength": 1, "type": "string" }, "stale": { "type": "boolean" }, "type": { "enum": [ "release", "experiment", "operational", "permission", "kill-switch" ], "type": "string" } }, "required": [ "projectId", "featureName" ], "type": "object" }
ID: u6de78ibn8