add_component
Add a component to a KiCad schematic at specified coordinates, using installed symbol libraries or a built-in set when unavailable. Writes atomically to prevent corruption.
Instructions
Add a component to a schematic. Uses the installed KiCad symbol libraries when available, otherwise a built-in symbol set. Writes atomically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x_mm | Yes | ||
| y_mm | Yes | ||
| value | No | ||
| lib_id | Yes | ||
| rotation | No | ||
| footprint | No | ||
| reference | No | ||
| schematic_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |