Get a board overview
get_boardUse when the user names a specific public board, gives a boardrepo.com URL, or picks a search_boards result. Returns its metadata, a bounded README excerpt, tags, license, source EDA format and detected KiCad version, the capabilities it offers (schematic, pcb, bom, gerbers), file count, and canonical URL. Accepts handle/slug or a boardrepo.com URL; do not invent one. For the design itself, chain to read_schematic (wiring), get_bom (parts), or list_board_files then read_file (source).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board | Yes | A public board: handle/slug (e.g. alice/keezyboost40) or a boardrepo.com URL. Discover it with search_boards; do not invent one. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||