list_hierarchy
List the complete sheet hierarchy of a KiCad schematic. Provide a root .kicad_sch path or use the default to see all subsheets in order.
Instructions
List the full sheet hierarchy starting from a root schematic.
Args:
schematic_path: Path to root .kicad_sch file. Optional; omit to use the configured default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schematic_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | Yes | ||
| sheets | Yes | ||
| sheet_count | Yes | ||
| component_count | Yes |