get_document_graph
Generate a structured feature tree representation of a FreeCAD document showing object types, properties, dependencies, and validity states for model analysis and debugging.
Instructions
Get a structured representation of a document's feature tree.
Returns every object with its TypeId, label, properties, dependency links (InList/OutList), validity state, and touch state. This is the primary tool for understanding what a FreeCAD model contains.
Args: doc_name: Document name. Empty string uses the active document.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_name | No |