List Schematic Labels
list_schematic_labelsRetrieve net labels, global labels, and power flags from a KiCad schematic. Filter by label name or type to isolate specific connections.
Instructions
List all net labels, global labels, and power flags in the schematic. Optionally filter by label name (netName) and/or label type (labelType).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| netName | No | Filter to labels whose name exactly matches this string (case-sensitive). Omit to return all labels. | |
| labelType | No | Filter by label type. 'net' = local label, 'global' = global label, 'power' = power symbol. Omit to return all types. | |
| schematicPath | Yes | Path to the .kicad_sch file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |