Add Symbol Property
add_symbol_propertyAdd or update a custom property (e.g., Manufacturer, MPN) on a symbol in a .kicad_sym library file.
Instructions
Add or update a custom property (Manufacturer, MPN, LCSC, etc.) on a symbol in a .kicad_sym library file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hide | No | Hide the property (default false) | |
| position | No | Position {x, y} in mm (default: 0, 0) | |
| symbolName | Yes | Symbol name | |
| libraryPath | Yes | Path to the .kicad_sym file | |
| propertyName | Yes | Property name (e.g. Manufacturer, MPN) | |
| propertyValue | Yes | Property value |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |