Skip to main content
Glama

Flipt MCP Server

Official
by flipt-io

create_rule

Define and configure rules for feature flags within a namespace, specifying segment keys, operators, and ranks to control flag evaluations.

Input Schema

NameRequiredDescriptionDefault
flagKeyYes
namespaceKeyYes
rankNo
segmentKeyYes
segmentOperatorNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "flagKey": { "minLength": 1, "type": "string" }, "namespaceKey": { "minLength": 1, "type": "string" }, "rank": { "type": "integer" }, "segmentKey": { "minLength": 1, "type": "string" }, "segmentOperator": { "enum": [ "OR_SEGMENT_OPERATOR", "AND_SEGMENT_OPERATOR" ], "type": "string" } }, "required": [ "namespaceKey", "flagKey", "segmentKey" ], "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