Skip to main content
Glama

Flipt MCP Server

Official
by flipt-io

evaluate_variant_flag

Analyze and determine the active variant of a feature flag for a specific entity based on namespace, flag key, and context. Use this tool within Flipt MCP Server to manage feature toggles and access real-time flag evaluations.

Input Schema

NameRequiredDescriptionDefault
contextNo
entityIdYes
flagKeyYes
namespaceKeyYes

Input Schema (JSON Schema)

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