modify_hierarchical_sheet
Modify an existing hierarchical sheet's name, file path, or dimensions in a KiCad schematic by specifying its UUID. Updates block properties to keep the design organized.
Instructions
Modify properties of an existing hierarchical sheet block.
Args:
sheet_uuid: UUID of the sheet to modify (from list_schematic_sheets)
schematic_path: Path to parent .kicad_sch. Optional; omit to use the configured default.
sheet_name: New display name (empty = keep)
file_name: New file path (empty = keep)
width: New width in mm (None = keep)
height: New height in mm (None = keep)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | ||
| height | No | ||
| file_name | No | ||
| sheet_name | No | ||
| sheet_uuid | Yes | ||
| schematic_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |