Skip to main content
Glama

Unleash Feature Flag MCP Server

by ylin6

updateFeatureFlag

Modify an existing Unleash feature flag's properties including description, type, status, and data collection settings to control feature rollouts and behavior.

Instructions

Update an existing feature flag

Input Schema

NameRequiredDescriptionDefault
featureDataYes
featureIdYes
projectIdYes

Input Schema (JSON Schema)

{ "properties": { "featureData": { "additionalProperties": false, "properties": { "archived": { "type": "boolean" }, "description": { "type": "string" }, "impressionData": { "type": "boolean" }, "stale": { "type": "boolean" }, "type": { "enum": [ "experiment", "kill-switch", "release", "operational", "permission" ], "type": "string" } }, "required": [ "description", "type", "stale", "archived", "impressionData" ], "type": "object" }, "featureId": { "type": "string" }, "projectId": { "type": "string" } }, "required": [ "projectId", "featureId", "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