Skip to main content
Glama

Unleash MCP (Feature Toggle)

enableFlag

Activate a specific feature flag in a designated environment using the Unleash MCP server. Requires project ID, feature name, and environment details for precise control.

Instructions

Enables a feature flag in the specified environment

Input Schema

NameRequiredDescriptionDefault
environmentYes
featureNameYes
projectIdYes

Input Schema (JSON Schema)

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