get_hierarchy
Retrieve the hierarchy tree under an instance, listing non-assign children (submodules and leaf primitives) with leaf flags and pagination up to depth 5.
Instructions
Hierarchy tree under an instance (default top). Lists only non-assign
children (real submodules + leaf primitives); assign glue is reported as
assign_count, not enumerated. Each child carries a leaf flag (submodule
vs leaf primitive). depth<=5; the non-assign set is paginated at the root
via limit/cursor (next_cursor/has_more), deeper levels via children_truncated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| depth | No | ||
| limit | No | ||
| cursor | No |