Get Sheet Properties
get_sheet_propertiesList hierarchical sheets in a KiCAD schematic with name, file, UUID, position, and full property map. Retrieve a single sheet by name or path.
Instructions
List hierarchical sheets in a schematic with their name, file, uuid, position, and full property map (built-ins plus custom properties set via set_sheet_property). With sheetName or sheetPath, returns just that sheet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheetName | No | Only this sheet (by display name) | |
| sheetPath | No | Only this sheet (by file basename) | |
| schematicPath | Yes | Path to the parent .kicad_sch |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |