Skip to main content
Glama
Avinash1286

KiCAD MCP Server

by Avinash1286

Update Symbol From Library

update_symbol_from_library
Destructive

Refresh embedded lib_symbols cache entries from a KiCad symbol library to update schematic symbols. Use it to sync a single schematic or all schematics in a project folder.

Instructions

Refresh embedded lib_symbols cache entries from a KiCad symbol library (equivalent to KiCad's Update Symbol from Library). Skips mirror-cache entries (__m0, __m90, …). Flattens (power) symbols for schematic format. Pass projectsDir to update all schematics in a folder, or schematicPath for one file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolsNoOptional: update only these symbol names (without Library: prefix)
backupDirNoBackup folder with matching .kicad_sch filenames (for repairMirrorFromBackup)
libraryNameYesSymbol library nickname from sym-lib-table (e.g. Device, project_lib)
projectsDirNoDirectory containing project subfolders with .kicad_sch files
schematicPathNoSingle .kicad_sch file to update
schematicPathsNoMultiple .kicad_sch files
repairMirrorFromBackupNoRestore __m* mirror-cache lib_symbols blocks from backupDir first

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Beyond the destructiveHint annotation, the description reveals the tool skips mirror-cache entries (__m0, __m90, …) and flattens power symbols, which are important side effects. It also explicitly notes it's equivalent to KiCad's Update Symbol from Library, adding behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded, with the main action stated first, followed by two behavior notes and a usage note. Every sentence adds meaningful information without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the core purpose, key transformations, and file-scope options. Combined with the fully described schema and existing output schema, it is sufficiently complete for an agent to know what to expect. It doesn't mention backup/repair features, but those are documented in the schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already provides descriptions for all 7 parameters (100% coverage). The description adds value by clarifying the relationship between projectsDir and schematicPath, explicitly stating one is for folder-wide updates and the other for a single file, which is not obvious from the schema alone.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool refreshes embedded lib_symbols cache entries from a KiCad symbol library, referencing KiCad's Update Symbol from Library. It further specifies skipping mirror-cache entries and flattening power symbols, making the purpose concrete and distinct from other symbol-related tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context by telling the user to pass projectsDir for updating all schematics in a folder or schematicPath for one file, indicating when each parameter is appropriate. It doesn't explicitly mention alternatives or exclusions, but the guidance is sufficient.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Avinash1286/KiCAD-MCP-Server-THEAVI'

If you have feedback or need assistance with the MCP directory API, please join our Discord server