get_schematic_summary
Retrieve schematic page details and item counts from KiCad schematic files to quickly assess design complexity.
Instructions
Get schematic page info and item counts.
Args:
schematic_path: Path to .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 |
|---|---|---|---|
| wires | Yes | ||
| labels | Yes | ||
| sheets | Yes | ||
| junctions | Yes | ||
| page_size | Yes | ||
| components | Yes | ||
| no_connects | Yes | ||
| global_labels | Yes | ||
| page_width_mm | Yes | ||
| page_height_mm | Yes | ||
| hierarchical_labels | Yes |