list_project_flags
Retrieve project feature flags with optional glob filtering and resolved values from global flags. Use active=True for merged results or active=False for project-only flags.
Instructions
List project feature flags based on project context and parameters.
Returns flags set for the current project. Use active=True to include resolved values from global flags, or active=False for project-only flags. 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.
active: boolean
Include resolved flags (True) or project-only (False)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | Arguments for list_flags tool. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |