Skip to main content
Glama

Unleash MCP (Feature Toggle)

addFeatureTag

Attach tags to feature flags in Unleash MCP to categorize, manage, and control their behavior effectively within your feature toggle system.

Instructions

Add a tag to a feature flag

Input Schema

NameRequiredDescriptionDefault
featureNameYesName of the feature to add the tag to
tagTypeYesType of the tag
tagValueYesValue of the tag

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "featureName": { "description": "Name of the feature to add the tag to", "minLength": 1, "type": "string" }, "tagType": { "description": "Type of the tag", "minLength": 1, "type": "string" }, "tagValue": { "description": "Value of the tag", "minLength": 1, "type": "string" } }, "required": [ "featureName", "tagType", "tagValue" ], "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