collection_filter_gt
Filter a list of numbers to keep only values greater than a given threshold. Ideal for numeric data validation or subset selection.
Instructions
Filter numbers greater than a threshold.
Args: items: List of numbers to filter. threshold: The threshold value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| threshold | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |