Skip to main content
Glama

Connect pins by net

easyeda_schematic_connect_pins_by_net

Bulk connect component pins to a common net by drawing wire stubs, merging all listed pins into one net for ERC, ratsnest, and autorouting.

Instructions

Bulk variant of connect_pin_to_net: draws a real wire stub from each pin, tagged with netName, so all listed pins (and anything else already on that net) merge into one net. Visible to ERC, ratsnest, and autorouting. A pin that fails (e.g. collision) is reported in failures rather than aborting the batch.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pinsYesList of component pins to connect to the net
netNameYesThe net name to assign pins to
projectIdYesThe project/schematic ID
stubLengthNoLength of the wire stub drawn outward from each pin. Defaults to 10.
confirmWriteYesMust be the literal boolean true (not the string "true") to allow this write.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Annotations already indicate readOnlyHint=false (write operation) and idempotentHint=false. The description adds critical behavioral details: draws real wire stubs, visible to ERC/ratsnest/autorouting, and that failing pins are reported individually. This goes beyond 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 three concise sentences, each adding value. First sentence states purpose and relation to sibling, second explains the effect, third covers error handling. No wasted words.

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 the tool being complex (bulk write, multiple pins), the description covers what it does, the resulting behavior, and error handling. An output schema exists to provide return value details, so completeness is high.

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?

Input schema coverage is 100%, so the schema already explains parameters. The description adds context about the stub length default (10) and the net merging behavior. This is adequate for an agent to understand parameter usage.

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 it is a bulk variant of connect_pin_to_net, drawing real wire stubs and merging pins into one net. It distinguishes from the sibling tool easyeda_schematic_connect_pin_to_net by noting the bulk nature and error handling.

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 explicitly says 'Bulk variant of connect_pin_to_net' which guides when to use this tool (multiple pins) vs the singular sibling. It also mentions that failures are reported without aborting, providing usage nuance. However, it could be more explicit about when not to use.

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/oaslananka/easyeda-mcp-pro'

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