List Schematic Texts
list_schematic_textsGet all free-form text annotations from a KiCad schematic, including position, angle, font size, style, and justification. Optionally filter by substring to find specific notes or headings.
Instructions
List all free-form text annotations (notes, headings, documentation strings) in the schematic. Returns position, angle, font size, bold/italic flags, and justification for each text element. Optionally filter by a substring match on the text content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Case-insensitive substring filter — only return texts containing this string | |
| schematicPath | Yes | Path to the .kicad_sch file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |