Skip to main content
Glama

LaunchDarkly MCP Server

Official
by launchdarkly
variation.md4.34 kB
# Variation ## Example Usage ```typescript import { Variation } from "@launchdarkly/mcp-server/models/components"; let value: Variation = { value: "<value>", }; ``` ## Fields | Field | Type | Required | Description | | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `id` | *string* | :heavy_minus_sign: | The ID of the variation. Leave empty when you are creating a flag. | | `value` | *any* | :heavy_check_mark: | The value of the variation. For boolean flags, this must be <code>true</code> or <code>false</code>. For multivariate flags, this may be a string, number, or JSON object. | | `description` | *string* | :heavy_minus_sign: | Description of the variation. Defaults to an empty string, but is omitted from the response if not set. | | `name` | *string* | :heavy_minus_sign: | A human-friendly name for the variation. Defaults to an empty string, but is omitted from the response if not set. |

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/launchdarkly/mcp-server'

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