Skip to main content
Glama
ProductOfAmerica

mcp-server-kicad

trace_hierarchical_net

Read-onlyIdempotent

Trace a net across a KiCad schematic hierarchy by following hierarchical pins and labels, starting from a given net name and optional schematic path.

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. Optional; omit to use the configured default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
net_nameYes
schematic_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
net_nameYes
connectionsYes
sheets_touchedYes
connection_countYes
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 that it traverses hierarchical pins/labels and supports an optional path, but it does not disclose behaviors for missing nets, partial matches, or output shape beyond schema.

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 concise: one sentence for purpose and a short Args list. It front-loads the key action and resource, with no redundant phrasing or filler.

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 tool's moderate complexity, an output schema exists, and annotations cover safety, the description adequately covers purpose and parameters. It could add more context on expected use cases or limitations, but the essentials are present.

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

Parameters5/5

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

Schema has 0% coverage (no property descriptions), but the description's Args section fully explains both parameters: net_name as the net/label name to trace, and schematic_path as the root .kicad_sch file path with a default fallback. This completely compensates for the schema gap.

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?

Description uses a specific verb 'trace' with resource 'net across the hierarchy' and explicitly mentions 'following hierarchical pins and labels', which clearly distinguishes it from sibling list functions like list_cross_sheet_nets or validate_hierarchy.

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 tracing a net's path through hierarchy but does not provide explicit when-to-use guidance or contrasts with alternatives (e.g., list_hierarchy, list_cross_sheet_nets). It's clear enough for basic use but lacks exclusions or context.

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