List Symbol Pins
list_symbol_pinsGet pin names, numbers, and types directly from the library without a schematic. Use this to discover connection points for net wiring before adding components.
Instructions
Return pin names, numbers, and types for a symbol directly from the library — no schematic required. Use this before add_schematic_component to discover pins for connect_to_net calls. Each pin has 'number' (e.g. '1', 'A5') and 'name' (e.g. 'FB', 'GND') — connect_to_net accepts either. Pass schematicPath to resolve project-local symbols. Returns close-match suggestions if the symbol name is slightly wrong.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Symbol in 'Library:SymbolName' format (e.g., Device:R, Connector:Conn_01x04) | |
| schematicPath | No | Path to .kicad_sch — enables project-local sym-lib-table lookup |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |