Skip to main content
Glama

LaunchDarkly MCP Server

Official
by launchdarkly
getfeatureflagrequest.md2.66 kB
# GetFeatureFlagRequest ## Example Usage ```typescript import { GetFeatureFlagRequest } from "@launchdarkly/mcp-server/models/operations"; let value: GetFeatureFlagRequest = { projectKey: "<value>", featureFlagKey: "<value>", }; ``` ## Fields | Field | Type | Required | Description | | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | | `projectKey` | *string* | :heavy_check_mark: | The project key | | `featureFlagKey` | *string* | :heavy_check_mark: | The feature flag key | | `env` | *string* | :heavy_minus_sign: | Filter configurations by environment | | `expand` | *string* | :heavy_minus_sign: | A comma-separated list of fields to expand in the response. Supported fields are explained above. |

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