Skip to main content
Glama
yigitabi5444

KiCad Context MCP

by yigitabi5444

find

Query a KiCad board by kind (component, net, sheet) to find matching elements. Returns paginated IDs and labels for use with other tools.

Instructions

Search the board. kind = component | net | sheet. Returns a paginated list of matching IDs + one-line labels to feed into other tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNocomponent
pageNo
queryYes
projectNo
Behavior3/5

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

With no annotations, the description carries full burden. It discloses pagination and return format (IDs + labels) but omits behavioral traits like idempotency, safety, or any side effects. The disclosure is adequate but not comprehensive.

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 two sentences, front-loading the action and key parameter. Every part adds value with no unnecessary words.

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 incomplete. It lacks parameter details for 'query', 'page', and 'project', and does not specify output structure beyond IDs and labels. This is insufficient for effective tool usage.

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 coverage is 0% and the description only explains the 'kind' parameter, mentioning specific values. It does not describe 'query', 'page', or 'project' parameters, which is a significant gap for a search tool.

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 action ('Search the board') and the resource (board) with specific kind options. It distinguishes from siblings by noting the output is meant to feed into other tools, implying a search/discovery role.

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 for when to use the tool (when searching by query and kind) and hints at the workflow (feed into other tools). However, it does not explicitly state when not to use it or provide alternatives, but the context is sufficient for likely use cases.

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/yigitabi5444/YSM-Kicad-MCP'

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