get_statetree_full_info
Retrieve complete StateTree data with adjustable verbosity and section filters to control detail and token usage.
Instructions
Get complete StateTree data in one call with verbosity control.
Three verbosity levels:
"summary": Counts only (state_count, evaluator_count, etc.) — minimal tokens
"standard": All states (recursively detailed), evaluators, global tasks, parameters
"full": Everything from standard + property bindings inlined on every node
Use 'sections' to request only specific parts and save context:
"states" — state hierarchy with tasks, conditions, transitions
"evaluators" — global evaluators
"global_tasks" — global tasks
"parameters" — tree-level parameters
"bindings" — all property bindings as a flat list
Comma-separate multiple sections: "states,bindings"
Args: asset_path: Content path to the StateTree asset verbosity: "summary", "standard", or "full" sections: Comma-separated section filter (empty = all sections)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sections | No | ||
| verbosity | No | standard | |
| asset_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |