get_symbol_info
Retrieve detailed pin and property information for a KiCad symbol from a library file. Specify the symbol name and optionally the library path to get its data.
Instructions
Get detailed pin and property info for a symbol in a library.
Args:
symbol_name: Symbol name (e.g. "LM7805")
symbol_lib_path: Path to .kicad_sym file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol_name | Yes | ||
| symbol_lib_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |