set_feature_flag
Sets or removes a global feature flag across projects. Use None to remove a flag, or provide a boolean, string, list, or dictionary to set it.
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 |