get_symbol_details
Retrieve detailed information about a specific component in a KiCad schematic by providing its reference designator and file path.
Instructions
Get detailed information about a specific symbol/component.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to .kicad_sch file | |
| reference | Yes | Component reference designator (e.g., 'R1', 'U1') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |