Skip to main content
Glama
ProductOfAmerica

mcp-server-kicad

trace_hierarchical_net

Read-onlyIdempotent

Trace a net across hierarchical sheets in KiCad schematics by following pins and labels to map connectivity.

Instructions

Trace a net across the hierarchy, following hierarchical pins and labels.

Args:
    net_name: Net/label name to trace
    schematic_path: Path to root .kicad_sch file

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
net_nameYes
schematic_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
net_nameYes
sheets_touchedYes
connection_countYes
connectionsYes
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds the behavior of 'following hierarchical pins and labels' but does not disclose any other traits. With annotations covering safety, the description provides minimal added value.

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 extremely concise with two sentences for purpose and a clear list of parameters. No unnecessary information, every sentence adds value.

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

Completeness3/5

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

Given the presence of an output schema, return values need not be detailed. However, the description lacks information about optionality of schematic_path, error conditions, or prerequisite state (e.g., schematic must be open). It is adequate but not complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, but the description adds meaningful explanations for both parameters: net_name (net/label name) and schematic_path (path to root file). This compensates for missing schema descriptions, though it could specify that schematic_path is optional.

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's purpose: tracing a net across hierarchy following hierarchical pins and labels. It distinguishes itself from siblings like get_net_connections and list_cross_sheet_nets by focusing on hierarchical traversal.

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 description implies usage for hierarchical net tracing but provides no explicit guidance on when to use this tool versus alternatives like get_net_connections or list_cross_sheet_nets. No exclusions or context are given.

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/ProductOfAmerica/mcp-server-kicad'

If you have feedback or need assistance with the MCP directory API, please join our Discord server