Skip to main content
Glama
Seeed-Studio

KiCad MCP Server

by Seeed-Studio

list_schematic_components

Retrieve all components from a KiCad schematic file, with optional filters for component type, value, or DNP status.

Instructions

List all components in a KiCad schematic file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYesPath to .kicad_sch file
filter_typeNoOptional filter by component type prefix (e.g., 'R', 'C', 'U', 'IC')
filter_valueNoOptional filter by component value (partial match)
filter_dnpNoOptional filter by DNP flag (True=only DNP, False=only non-DNP)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description carries full burden. It does not state that the tool is read-only, how it handles the file, or what the output looks like. The minimal description provides no behavioral context beyond the basic action.

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

Conciseness3/5

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

The description is a single concise sentence, but it is overly terse given the tool's complexity and the presence of sibling tools. It could be expanded to provide more value without becoming verbose.

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?

The description lacks critical context such as the availability of filters, the meaning of 'all components,' and the output format. Although an output schema exists, the description alone is incomplete for effective agent use.

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

Parameters3/5

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

The input schema covers all 4 parameters with descriptions (100% coverage). The description adds no additional meaning beyond the schema, so the baseline of 3 applies.

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

Purpose3/5

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

The description states 'List all components in a KiCad schematic file,' which clearly indicates the verb and resource. However, it does not differentiate this tool from siblings like get_netlist_components or search_components_by_type, which also list components. The agent may not know when to use this specific tool.

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

Usage Guidelines2/5

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

No usage guidelines are provided. The description does not mention when to use this tool vs. alternatives, nor does it specify any prerequisites or context. The agent has no guidance on tool selection.

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/Seeed-Studio/kicad-mcp-server'

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