Search library device
easyeda_schematic_search_deviceSearch the EasyEDA library for schematic symbols and devices by keyword. Retrieve full device metadata or a minimal set for quick selection.
Instructions
Search for schematic symbols/devices in the EasyEDA library by keywords. Full results carry the library's complete metadata object per device; pass minimal:true to get back only uuid/libraryUuid/name/pin_count/symbol_type when that is all you need.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Search keyword(s), matched against device name/description in the library | |
| page | No | ||
| minimal | No | When true, return only uuid/libraryUuid/name/pin_count/symbol_type per device instead of the full library metadata object — use this when the goal is just picking a deviceItem for place_component, to avoid paying for fields you will not read. | |
| symbolType | No | ||
| itemsOfPage | No | ||
| libraryUuid | No | ||
| classification | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| total | Yes | ||
| devices | Yes | ||
| not_available | No | ||
| provider_tier | No |