part_pin_map
Fetch the pin-name to pad-number mapping for any LCSC part number from EasyEDA, enabling pinout inspection before building a netlist. Results are cached for reuse.
Instructions
Fetch the pin-name → pad-number map for an LCSC C-number from EasyEDA's component endpoint. Used internally by pcb_generate; exposed as a standalone tool so Claude can inspect a part's pinout before constructing a nets spec. Rate-limited (~12s between unique fetches); cached indefinitely in SQLite after first fetch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lcsc | Yes | LCSC C-number, e.g. 'C82942' for ME6211C33M5G-N LDO. | |
| force_refresh | No | Bypass cache and re-fetch from EasyEDA. |