Skip to main content
Glama
Avinash1286

KiCAD MCP Server

by Avinash1286

Export Vrml

export_vrml
Destructive

Exports the current PCB design to a VRML 3D model for visualization, with configurable output path, units, and overwrite behavior.

Instructions

Export the PCB as a VRML 3D model through kicad-cli. This compact alias of export_3d_cli exposes the VRML-specific options.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
forceNoOverwrite the output file
unitsNoOutput units
boardPathNoPath to the .kicad_pcb (default: current board)
modelsDirNoDirectory in which to store component models
outputPathYesPath to save the VRML file
modelsRelativeNoUse relative paths to modelsDir

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already declare destructiveHint=true, so the writing nature is known. The description adds that the operation runs through kicad-cli, an external dependency, but doesn't disclose other side effects or preconditions beyond what annotations and schema imply.

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-loaded with the primary action, and every word contributes. The alias relationship is stated efficiently.

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?

Given the 100% schema coverage, destructive annotation, and presence of an output schema, the description is sufficient for a specialized export tool. It doesn't cover prerequisites like kicad-cli installation, but that's a minor gap.

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 parameter meaning is fully documented in structured data. The description adds little beyond noting VRML-specific options are exposed, which is the baseline expectation.

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 exports the PCB as a VRML 3D model via kicad-cli. It distinguishes itself from sibling export_3d_cli by explicitly identifying as a compact alias exposing VRML-specific options.

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 provides context that this is a specialized alias of export_3d_cli, implying it should be used for VRML exports. However, it doesn't explicitly state when to use export_3d_cli for other formats, so it stops short of full when/when-not guidance.

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