set_feature_flag
Set a global feature flag for all projects or remove it by setting value to None. Accepts boolean, string, list, or dictionary values.
Instructions
Set or remove a global feature flag.
Sets a flag value globally (applies to all projects), or removes it if value=None. Flag names must contain only alphanumeric characters, hyphens, and underscores. Values can be bool, str, list[str], or dict[str, str].
Arguments
feature_name (required): string
Flag name to set
value: any
Flag value to set (True=default, None=remove)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | Arguments for set_feature_flag tool. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |