Skip to main content
Glama
Avinash1286

KiCAD MCP Server

by Avinash1286

Check Freerouting

check_freerouting
Read-onlyIdempotent

Verify Java and the Freerouting JAR are installed before routing. Run this prerequisite check to prevent autoroute errors.

Instructions

Check if Java and Freerouting JAR are available on the system. Run this before autoroute to verify prerequisites.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
freeroutingJarNoPath to freerouting.jar to check

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior. The description adds the specific behavior of checking Java and JAR availability, which aligns with the annotations. No contradictions, and the behavior is clearly disclosed.

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 short sentences, front-loaded with the action, and contains no unnecessary information. Every word earns its place.

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

Completeness5/5

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

For a simple check tool with full annotation coverage and an output schema, the description fully covers the purpose and usage context. Nothing meaningful is missing.

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 schema fully describes the only parameter (path to freerouting.jar) with 100% coverage. The description adds no additional meaning beyond what the schema provides, so the baseline of 3 is appropriate.

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 checks if Java and the Freerouting JAR are available, using a specific verb and resource. It distinguishes from sibling tools by focusing on Freerouting prerequisites, unlike check_kicad_ui which checks KiCad UI.

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 explicitly says to run this before autoroute, giving clear usage context. It does not mention exclusions or alternatives, but for a simple prerequisite check this is sufficient.

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