blender_get_collections
Retrieve the collection hierarchy tree to understand scene organization, showing name, children, object count, viewport/render visibility, and color tag for each collection.
Instructions
Return the collection hierarchy tree. Each collection shows name, child collections, object count, viewport/render visibility, and color tag.
Use this when: you need to understand scene organization.
Do NOT use for: listing objects (use blender_get_objects with collection filter).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | No | Start from this collection. Default: Scene Collection (root). | |
| depth | No | Maximum recursion depth for the tree. |