list_feature_flags
Retrieve global feature flags that apply to all projects. Use glob patterns to filter specific flags like 'workflow*'.
Instructions
List global feature flags.
Returns flags set globally (apply to all projects). Supports glob pattern filtering.
Arguments
feature_name: any
Glob pattern to filter flags (e.g., 'workflow*', 'content-*'). Returns matching flags as dict. Exact match returns single value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | Arguments for list_feature_flags tool. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |