get_symbol_pins
Retrieve pin information for a specific symbol in a KiCad schematic file. Provide the symbol name and schematic path to get detailed pin data.
Instructions
Get pin info for a symbol in the schematic's lib_symbols.
Args:
symbol_name: Symbol name (e.g. "LM7805", "C", "Fuse")
schematic_path: Path to .kicad_sch file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol_name | Yes | ||
| schematic_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |