Skip to main content
Glama

Unleash MCP (Feature Toggle)

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cuongtl1992/unleash-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server