analyze_collection
Analyze a collection variable to retrieve count, element type, null count, sample items, and numeric statistics when debugging a .NET application.
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 |