analyze_collection
Analyze a collection variable to get its count, element type, null count, sample items, and numeric statistics in a single call.
Instructions
Analyze a collection variable in one call.
State: STOPPED required. Get variables_reference from get_variables() response.
Returns count, element type, null count, first/last N items, and numeric stats (min/max/sum/average) for numeric collections.
Args: variables_reference: Variable reference from get_variables response sample_size: Number of first/last items to include (default 5)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variables_reference | Yes | ||
| sample_size | No |