Unleash MCP (Feature Toggle)

by cuongtl1992
Verified

validateFeatureName

Check if a feature flag name is valid and available within the Unleash MCP (Feature Toggle) system by entering the desired name and receiving confirmation.

Instructions

Validate if a feature flag name is valid and available for use

Input Schema

NameRequiredDescriptionDefault
featureNameYesName of the feature flag to validate

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "featureName": { "description": "Name of the feature flag to validate", "type": "string" } }, "required": [ "featureName" ], "type": "object" }
ID: u6de78ibn8