get_board_info
Retrieve board summary including footprint, trace, net counts, and thickness from a KiCad PCB file. Accepts an optional path; defaults to the configured file.
Instructions
Get board summary: footprint count, trace count, net count, thickness.
Args:
pcb_path: Path to .kicad_pcb file. Optional; omit to use the configured default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pcb_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |