Skip to main content
Glama

Validate netlist

easyeda_schematic_validate_netlist
Read-onlyIdempotent

Check schematic netlist for inferred nets, connected references, floating pins, and cross-validate with native ERC to ensure clean connectivity and zero errors.

Instructions

Validate the schematic netlist: inferred nets, connected refs/pins, floating pins, plus a cross-check with native ERC (native_erc). valid needs BOTH the inference clean AND native ERC 0 errors — inference alone false-positives when pins overlap without a wire.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdYesThe project/schematic ID
includeWireCheckNoWhen true, also check for graphical wires without netlist connectivity

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorNo
validYes
netlistYes
warningsYes
native_ercNo
project_idYes
total_netsYes
floating_pinsYes
not_availableNo
wires_without_netlistNo
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint. The description adds valuable behavioral context: it explains that validation requires both inference and native ERC, and that inference alone can give false positives when pins overlap without a wire. This enhances transparency beyond the 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 concise (two sentences), front-loads the core purpose, and avoids unnecessary content. It could be slightly more structured, but it is effective and efficient.

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 complexity (cross-checking two validation methods) and the presence of an output schema, the description provides sufficient context. It explains the key condition for 'valid' and the reason for combining checks, leaving no major gaps.

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 coverage is 100%, so both parameters are described in the input schema. The description does not add additional meaning or usage details for the parameters beyond what the schema provides. Baseline score 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 clearly states the tool validates the schematic netlist, listing specific checks (inferred nets, connected refs/pins, floating pins, cross-check with native ERC) and defines what 'valid' means. It provides a specific verb+resource with distinctive scope.

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 includes useful context about false positives when inference runs alone, implying when this combined check is valuable. However, it does not explicitly state when to use this tool versus siblings like easyeda_erc_run or easyeda_schematic_nets, nor does it provide clear usage guidance.

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