get_statetree_node
Retrieve detailed information for a single StateTree node by GUID, including class, properties, instance data, and tree location.
Instructions
Get detailed info for a single node (task/evaluator/condition) by GUID.
Returns the node's class, all properties, instance data, and where it lives in the tree (which state, evaluator list, or global tasks).
Args: asset_path: Content path to the StateTree asset node_guid: GUID of the node (from get_statetree_state or get_statetree_evaluators)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_guid | Yes | ||
| asset_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |