Skip to main content
Glama
lucatib

kicad-mcp

by lucatib

search_symbols

Search KiCad symbol libraries by partial name to get usable library IDs for generating pinout schematics or inspecting pins.

Instructions

Search symbol libraries by name substring, e.g. 'ESP32-S3' or 'LM358'. Returns lib_ids usable with get_symbol_pins and create_pinout_schematic.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
libraryNo
project_dirNo
Behavior3/5

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

With no annotations, the description discloses the substring matching behavior and that the return value is lib_ids. However, it does not cover behavior around optional parameters (library, project_dir), limit, case sensitivity, or empty results.

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?

Two concise sentences, front-loaded with the verb and resource, with examples. Every word adds value; no filler.

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

Completeness2/5

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

Given 4 parameters, no output schema, and no annotations, the description is too short to be complete. It omits the role of library and project_dir filters, the default limit, and any output details beyond lib_ids.

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

Parameters2/5

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

Schema has 4 parameters with 0% description coverage. The description only explains the query parameter indirectly via examples and 'name substring', but leaves limit, library, and project_dir unexplained, so an agent cannot infer their purpose or valid values.

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?

Description clearly states the tool searches symbol libraries by name substring with concrete examples ('ESP32-S3', 'LM358'). It distinguishes from siblings like list_symbol_libraries by focusing on search, and names downstream consumers of the returned lib_ids.

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

Usage Guidelines3/5

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

It implies usage context—search when you need a lib_id to pass to get_symbol_pins or create_pinout_schematic—but does not explicitly state alternatives or exclusions. No mention of when to use list_symbol_libraries instead.

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/lucatib/kicad-mcp'

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