Unleash MCP (Feature Toggle)

by cuongtl1992
Verified

disableFlag

Disables a specific feature flag in a given environment using the Unleash MCP server, ensuring precise control over feature toggles within a project.

Instructions

Disables a feature flag in the specified environment

Input Schema

NameRequiredDescriptionDefault
environmentYes
featureNameYes
projectIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "environment": { "minLength": 1, "type": "string" }, "featureName": { "minLength": 1, "type": "string" }, "projectId": { "minLength": 1, "type": "string" } }, "required": [ "projectId", "featureName", "environment" ], "type": "object" }
ID: u6de78ibn8