Skip to main content
Glama

Unleash MCP (Feature Toggle)

getFlag

Retrieve detailed information about a specific feature flag in the Unleash MCP server to manage and understand feature toggle configurations.

Instructions

Get detailed information about a feature flag

Input Schema

NameRequiredDescriptionDefault
flagNameYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "flagName": { "type": "string" } }, "required": [ "flagName" ], "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