Skip to main content
Glama

Run electrical rule check

easyeda_erc_run
Idempotent

Run the native electrical rule check to detect unconnected pins and other electrical rule violations in your PCB design.

Instructions

Run the native electrical rule check (ERC). Native counts are coarse; inferred_floating_pins supplements them with located, unconnected pins from this bridge's own inference (best-effort — other categories still need the DRC panel).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
checksNo
projectIdYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
passedYes
project_idYes
violationsYes
error_countYes
detail_sourceNo
not_availableNo
warning_countYes
total_violationsYes
inferred_floating_pinsNo
Behavior2/5

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

Annotations indicate idempotentHint=true and destructiveHint=false. The description adds little beyond stating it runs a check; it does not disclose safety implications, side effects, or confirm idempotency. No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short at two sentences, but the second sentence is dense and could be clearer. Still, it is efficient and avoids unnecessary detail.

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

Completeness2/5

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

The tool has two parameters with no schema descriptions and an output schema (not shown). The description does not explain what the tool returns or how to interpret results, leaving significant gaps for an agent to understand the full context of using this tool.

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

Parameters1/5

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

Schema description coverage is 0%, meaning no parameter descriptions. The tool description does not explain the two parameters (checks, projectId) or their expected values, leaving the agent without semantic guidance beyond the schema's basic structure.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool runs the native electrical rule check (ERC). It distinguishes from alternatives by mentioning that native counts are coarse and that inferred_floating_pins supplements them, but does not explicitly differentiate from the sibling easyeda_drc_run.

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 guidance on when to use this tool by noting that native counts are coarse and that inferred_floating_pins is a supplement, and mentions that other categories still need the DRC panel. This implies when not to rely solely on this tool. However, it could be more explicit about when to prefer this tool over others.

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