list_pcb_footprints
Retrieves a complete list of all footprints in a KiCad PCB file. Specify the .kicad_pcb file path to get an inventory of components placed on the board.
Instructions
List all footprints on the PCB.
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 |