Skip to main content
Glama
Avinash1286

KiCAD MCP Server

by Avinash1286

Query Zones

query_zones
Read-onlyIdempotent

Query copper zones (filled pours) on a PCB with optional filters by net, layer, or bounding box. Returns zone details to audit power planes and GND pours.

Instructions

Query copper zones (filled pours) on the board with optional filters by net, layer, or bounding box. Returns zone net, layers, priority, fill state, and bounding box. Useful for auditing power planes and GND pours that query_traces does not include.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
netNoFilter by net name
layerNoFilter by layer name (matches zones that include this layer)
boundingBoxNoFilter to zones whose bounding box overlaps this region

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, so the description adds useful context by listing the returned fields (net, layers, priority, fill state, bounding box). It does not go into edge cases or limitations, but given annotation coverage, this is sufficient.

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 concise sentences: the first states the purpose and filters, the second lists return values and a use case. No wasted words, and the most important information is front-loaded.

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?

Given the tool's simplicity, the presence of a full output schema, and strong annotations, the description covers all necessary context: what it operates on, optional filters, return data, and relationship to query_traces. It is complete without being verbose.

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 all three parameters are already well-documented. The description merely restates that filters are by net, layer, or bounding box, adding no new semantic detail beyond what the schema provides.

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 queries copper zones (filled pours) with optional filters, which is a specific verb+resource. It also differentiates from sibling query_traces by explicitly noting zones are not included in that tool.

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 gives clear context for when to use it (auditing power planes and GND pours) and names the alternative query_traces. It does not explicitly state when not to use it, but the contrast with query_traces provides enough 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