Skip to main content
Glama

Flipt MCP Server

Official
by flipt-io

update_segment

Modify feature flag segments in Flipt MCP Server by updating namespace, key, name, match type, and description to refine targeting and behavior for AI-driven interactions.

Input Schema

NameRequiredDescriptionDefault
descriptionNo
keyYes
matchTypeYes
nameYes
namespaceKeyYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "type": "string" }, "key": { "minLength": 1, "type": "string" }, "matchType": { "enum": [ "ALL_MATCH_TYPE", "ANY_MATCH_TYPE" ], "type": "string" }, "name": { "minLength": 1, "type": "string" }, "namespaceKey": { "minLength": 1, "type": "string" } }, "required": [ "namespaceKey", "key", "name", "matchType" ], "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