create_sym_lib_table
Generate a KiCad symbol library table (sym-lib-table) in a specified directory using a list of library entries with names and URIs. Overwrites existing file.
Instructions
Create a sym-lib-table file in the given directory.
Each entry dict needs 'name' and 'uri' keys.
Overwrites existing sym-lib-table if present.
Args:
directory: Directory to write sym-lib-table in
entries: List of dicts with 'name' and 'uri' keys
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entries | Yes | ||
| directory | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |