Generate Netlist
generate_netlistGenerate a structured JSON netlist from a schematic to inspect and verify component and net connectivity, without writing files to disk.
Instructions
Return a structured JSON netlist from the schematic — component list (reference, value, footprint) and net list (net name with all connected component/pin pairs). Use this to inspect or verify connectivity within the conversation. Does not write any file. To export a netlist file in Spice, KiCad XML, Cadstar, or OrcadPCB2 format, use export_netlist instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schematicPath | Yes | Absolute path to the .kicad_sch schematic file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |