Skip to main content
Glama

get_net_connections

Read-only

Retrieve all footprint pads connected to a specific net, showing components and pad positions. Use it to trace signal paths and understand how the schematic connectivity is realized on the PCB.

Instructions

Returns all footprint pads connected to a given net, showing which components are electrically linked through that net. For each connection, shows the footprint reference designator, pad number, and pad position in millimeters. This is useful for understanding the schematic connectivity as realized on the PCB, or for tracing signal paths between components. Results are capped at 50 entries for large nets like GND; a truncation note is appended if more exist. If the net name does not exist, the error response lists available nets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
net_nameYesName of the net to look up connections for. Net names are case-sensitive. Examples: GND, VCC, SIG1, /RESET. Use list_nets to discover available net names.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds valuable behavioral details beyond that: a 50-entry cap with a truncation note, and that non-existent nets return an error listing available nets. This provides useful expectations about tool behavior without contradicting annotations.

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 compact yet information-dense: main action, what is returned, purpose, cap/truncation behavior, and error handling. Every sentence serves a purpose and the structure is front-loaded with the primary function.

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?

Despite having an output schema (not shown but present), the description already summarizes the returned fields (reference designator, pad number, pad position). It covers truncation, error paths, and typical use cases. For a tool with a single parameter, this is fully complete for an agent to invoke it correctly.

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%, with the net_name parameter well-documented (case-sensitive, examples, cross-reference to list_nets). The tool description adds little about the parameter itself, but the schema carries the weight, so a 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 uses a specific verb ('Returns') and resource ('footprint pads connected to a given net'), clearly distinguishing it from siblings like list_nets and list_tracks. It also states the purpose: showing which components are electrically linked through the net, and how it maps to PCB connectivity.

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 provides clear context for when to use the tool: 'useful for understanding schematic connectivity as realized on the PCB, or for tracing signal paths between components.' It does not explicitly name alternatives or exclusion scenarios, but the use case is well-clarified.

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/Amagtoto/pcb-mcp'

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