list_feature_flags
List global feature flags with optional glob pattern filtering to retrieve specific flags across all projects.
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 |