Skip to main content
Glama

Unleash Feature Flag MCP Server

by ylin6

createFeatureFlag

Create a new feature flag in Unleash to control feature releases, experiments, kill switches, or operational toggles within a specified project.

Instructions

Create a new feature flag

Input Schema

NameRequiredDescriptionDefault
featureDataYes
projectIdYes

Input Schema (JSON Schema)

{ "properties": { "featureData": { "additionalProperties": false, "properties": { "description": { "type": [ "string", "null" ] }, "impressionData": { "type": [ "boolean", "null" ] }, "name": { "type": "string" }, "type": { "enum": [ "experiment", "kill-switch", "release", "operational", "permission" ], "type": "string" } }, "required": [ "name", "description", "impressionData", "type" ], "type": "object" }, "projectId": { "type": "string" } }, "required": [ "projectId", "featureData" ], "type": "object" }

Other Tools from Unleash Feature Flag MCP Server

Related Tools

    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/ylin6/unleash-ff-mcp-server'

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