Get Schematic Component
get_schematic_componentRetrieve complete component details from a KiCad schematic, including position, field values, and label positions, to inspect properties before editing.
Instructions
Get full component info from a schematic: position, every field's value, and each field's label position (at x/y/angle). Returns ALL properties — both built-in fields (Reference, Value, Footprint, Datasheet) and any custom BOM/sourcing properties present on the symbol (MPN, Manufacturer, DigiKey_PN, LCSC, Voltage, Tolerance, Dielectric, etc.). Use this before edit_schematic_component / set_schematic_component_property to inspect what is currently set, or to plan a label repositioning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reference | Yes | Component reference designator (e.g. R1, U1) | |
| schematicPath | Yes | Path to the .kicad_sch file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |