kicad.search_symbols
Find components in KiCad libraries by searching with specific queries to locate symbols for schematic design.
Instructions
Search for symbols (components) in KiCad libraries. Example: search_symbols(query='STM32', limit=10)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| library | No | ||
| limit | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |