Skip to main content
Glama
Avinash1286

KiCAD MCP Server

by Avinash1286

Get Schematic View

get_schematic_view
Read-onlyIdempotent

Render a KiCad schematic as a PNG or SVG image to visually inspect the design after placing or wiring components.

Instructions

Return a rasterized image of the schematic (PNG by default, or SVG). Uses kicad-cli to export SVG, then converts to PNG via cairosvg. Use this for visual feedback after placing or wiring components.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
widthNoImage width in pixels (default: 1200)
formatNoOutput format (default: png)
heightNoImage height in pixels (default: 900)
schematicPathYesPath to the .kicad_sch file

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already indicate read-only, idempotent, non-destructive behavior. The description adds valuable implementation context: it uses kicad-cli to export SVG and converts to PNG via cairosvg, which explains the intermediate pipeline without contradicting annotations.

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 sentences, front-loaded with the primary purpose, and no redundant detail. Every clause adds value, making it highly efficient.

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?

With a complete schema, annotations, and an output schema, the description covers the essential purpose, usage timing, and implementation detail. It could mention return type specifics, but the output schema handles that, so it is adequately 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?

Schema description coverage is 100%, so the baseline is 3. The description adds minimal parameter context ('PNG by default, or SVG' aligns with the format parameter), but the schema already fully documents all four parameters.

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 returns a rasterized image of the schematic, with PNG as default and SVG as an option. It uses a specific verb ('Return') and specific resource, and distinguishes itself from export tools by emphasizing visual feedback.

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?

It explicitly says 'Use this for visual feedback after placing or wiring components,' providing clear context. It does not name alternatives like export_sch_svg for export tasks, but the intended use case is well communicated.

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