evaluate_feature_flag
Check if a feature flag is enabled for a specific user and retrieve the variant value.
Instructions
Evaluate a feature flag for a specific user. Returns whether the flag is enabled and its variant value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flag_key | Yes | The feature flag key to evaluate | |
| distinct_id | Yes | The user's distinct_id to evaluate the flag for |