Unleash MCP (Feature Toggle)

by cuongtl1992
Verified

getFeatureTags

Retrieve all tags associated with a specific feature in the Unleash Feature Toggle system to manage and organize feature configurations effectively.

Instructions

Get a list of all tags for a specific feature

Input Schema

NameRequiredDescriptionDefault
featureNameYesName of the feature to get tags for

Input Schema (JSON Schema)

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