action launchdarkly_get_feature_flag { label: "Get a single feature flag by key." provider: launchdarkly method: GET path: "/flags/{projectKey}/{featureFlagKey}" encoding: json output: { type: "object" additionalProperties: true } }