Category tree
oskelly_category_treeFetch the oskelly.ru category tree. Use rootId and depth to zoom into specific segments, providing category IDs for product searches.
Instructions
Return the oskelly.ru category tree. The root (id 1, 'Каталог') has the four top-level segments as children — their ids are real tree node ids read from the live tree, not a fixed enum. Use rootId to zoom into a subtree and depth to control how many levels come back (the full tree is ~618 nodes / 1 MB, so keep depth small). Category ids from here feed oskelly_search_products categoryIds and baseCategory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | How many levels of children to include below rootId. | |
| rootId | No | Node id to start from. 1 = Каталог (root). Use a segment id to zoom in. | |
| verbose | No | Return the raw upstream payload instead of the compact projection. Much larger. |