Skip to main content
Glama

Flipt MCP Server

Official
by flipt-io

create_rollout

Define and configure rollouts for feature flags in Flipt MCP Server by specifying namespace, flag key, rank, and optional segment or threshold rules for precise control and deployment.

Input Schema

NameRequiredDescriptionDefault
descriptionNo
flagKeyYes
namespaceKeyYes
rankYes
segmentNo
thresholdNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "type": "string" }, "flagKey": { "minLength": 1, "type": "string" }, "namespaceKey": { "minLength": 1, "type": "string" }, "rank": { "minimum": 1, "type": "integer" }, "segment": { "additionalProperties": false, "properties": { "segmentKey": { "minLength": 1, "type": "string" }, "value": { "type": "boolean" } }, "required": [ "segmentKey" ], "type": "object" }, "threshold": { "additionalProperties": false, "properties": { "percentage": { "maximum": 100, "minimum": 0, "type": "number" }, "value": { "type": "boolean" } }, "required": [ "percentage", "value" ], "type": "object" } }, "required": [ "namespaceKey", "flagKey", "rank" ], "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/flipt-io/mcp-server-flipt'

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