catia_describe_tree
Walk the active CATIA document's specification tree and return it as nested JSON with reference tokens for every node, enabling further modelling tool calls.
Instructions
Walk the specification tree of the active document and return it as nested JSON: bodies, geometrical sets, sketches, features and - for assemblies - the component hierarchy. Every node carries a reference token you can pass straight to the modelling tools. Start here when you do not know what is in the document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_depth | No | How deep to recurse. | |
| max_children | No | Cap on children reported per node. | |
| include_types | No | Include each element's CATIA type name. Accurate but costs an extra selection pass per level; turn off for very large models. |