summarize_object
Flatten a complex object into a summary of property paths, values, and types, detecting circular references and limiting depth and properties for manageable debugging.
Instructions
Produce a flattened summary of a complex object.
State: STOPPED required. Get variables_reference from get_variables() response.
Returns property paths (dot notation), values, and types up to the configured depth. Detects circular references.
Args: variables_reference: Variable reference from get_variables response max_depth: Maximum nesting depth (default 2, max 5) max_properties: Maximum total properties to return (default 50)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variables_reference | Yes | ||
| max_depth | No | ||
| max_properties | No |