modify_hierarchical_label
Update an existing hierarchical label's text, shape, or position in a KiCad schematic.
Instructions
Modify an existing hierarchical label.
Args:
text: Current label text to find
schematic_path: Path to .kicad_sch file. Optional; omit to use the configured default.
new_text: New label text (empty = keep current)
new_shape: New shape/direction (empty = keep current)
new_x: New X position (None = keep current)
new_y: New Y position (None = keep current)
uuid: UUID for disambiguation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| uuid | No | ||
| new_x | No | ||
| new_y | No | ||
| new_text | No | ||
| new_shape | No | ||
| schematic_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |