Skip to main content
Glama
Avinash1286

KiCAD MCP Server

by Avinash1286

Get Nets List

get_nets_list
Read-onlyIdempotent

Retrieve a full list of PCB nets and optionally include statistics like track count and total length in mm, mil, or inch.

Instructions

Get a list of all nets in the PCB with optional statistics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
unitNoUnit for length measurements
includeStatsNoInclude statistics (track count, total length, etc.)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds no behavioral context beyond the schema, such as output format or side effects, but none are needed given the simple read-only nature.

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?

A single, front-loaded sentence that efficiently states the purpose and optional statistics. Every word earns its place; no wasted space.

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 simple tool complexity, the presence of an output schema, and strong annotations, the description fully covers what an agent needs to know. It avoids redundant explanations of return values and focuses on the core action.

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 provides 100% coverage for both parameters with clear descriptions. The description's mention of 'optional statistics' aligns with includeStats but adds no new meaning beyond the schema, 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 'Get a list of all nets in the PCB with optional statistics' uses a specific verb and resource, clearly scoping to all nets on the board. It distinguishes itself from net-specific sibling tools like get_net_pads and get_net_connections.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The purpose implies when to use it (whenever you need all nets), but there is no explicit guidance about alternatives or when not to use it. Clear context is missing, so it remains at the implied-usage level.

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