Skip to main content
Glama
biosshot

kicad-copilot

by biosshot

Import PCB Changes

import_pcb_changes

Synchronize a KiCad PCB with its associated schematic, applying any design changes. Optionally override the schematic file path.

Instructions

Synchronize one KiCad PCB from its associated schematic. PCB instructions: /app/docs/pcb-layout/instructions.md

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesTarget .kicad_pcb path.
schematic_pathNoOptional root .kicad_sch override.
Behavior1/5

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

No annotations are provided, so the description must fully disclose behavior. It only says 'Synchronize' with no mention of side effects, destructive actions (e.g., overwriting PCB edits), required access, or what changes occur. This is a significant transparency gap for a tool that likely modifies the PCB file.

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

Conciseness4/5

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

The description is very concise, with one functional sentence and a pointer to a relevant instructions file. It is front-loaded with the main purpose and does not waste words. The instruction file reference could be seen as extra, but it is useful and does not bloat the description.

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

Completeness1/5

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

For a synchronization tool that likely needs to handle conflicts, file paths, and schematic-PCB relationships, the description provides almost no context. With no output schema and no annotations, the agent has no idea what success looks like, what errors can occur, or what the instruction file contains. It is far from complete.

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 already provides 100% coverage with descriptions for both parameters ('Target .kicad_pcb path' and 'Optional root .kicad_sch override'). The description does not add additional meaning about how these parameters interact or what values are expected, so it does not exceed the schema baseline.

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

Purpose4/5

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

The description uses the specific verb 'Synchronize' with a clear resource ('one KiCad PCB from its associated schematic'), which conveys the tool's core function. It does not explicitly name sibling tools but the callback to 'associated schematic' differentiates it from other PCB layout tools. However, the term 'Synchronize' could be interpreted more clearly, and the instruction file reference is not part of the purpose.

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?

The description gives no guidance on when to use this tool versus alternatives like make_pcb_layout or auto_route_pcb. The reference to an instruction file implies there are detailed usage rules, but the description itself does not state prerequisites, typical scenarios, or alternatives. This leaves the agent to infer usage context.

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/biosshot/kicad-copilot'

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