Download Registry Part
download_registry_partDownload KiCAD footprint, symbol, or 3D model files from a registry part to a local directory. Saves files with sensible names and returns the saved paths.
Instructions
Download a registry part's KiCAD file to a local directory:
format="kicad_mod" -> footprint (.kicad_mod text)
format="kicad_sym" -> symbol (.kicad_sym text)
format="step" -> 3D model (.step / .glb, downloaded from the asset host) Files are written to dest_dir with a sensible filename; returns the saved path(s).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Registry part id (from search_parts_registry) | |
| format | Yes | Which file to download: footprint | symbol | 3D model | |
| dest_dir | Yes | Existing destination directory to write the file into (must already exist) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |