Skip to main content
Glama

List schematic wires

easyeda_schematic_wires
Read-onlyIdempotent

Retrieve wire segments from a schematic project, providing coordinates, net name, color, and style. Pagination (limit/offset) overcomes the 50-wire-per-call cap.

Instructions

List wire segments: primitiveId, line coordinates, net name, color, style. Page with offset (check total) past the 50-wire-per-call cap. primitiveId is required by delete_primitive/modify_primitive — schematic_nets alone cannot resolve a wire ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
projectIdYesThe project/schematic ID

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorNo
totalYes
wiresYes
project_idYes
not_availableNo
read_consistencyNo
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint. The description adds value by disclosing the 50-wire-per-call cap and pagination behavior. No contradictions with annotations. Additional context about primitiveId usage for delete/modify enhances transparency.

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 sentences with no wasted words. Front-loaded with the main action, followed by pagination nuance and cross-reference. Every sentence earns its place.

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?

Given the tool's complexity (3 params, output schema exists), the description covers key aspects: output content, pagination cap, and purpose of primitiveId. It references checking total count for pagination. No gaps identified; output schema handles return details.

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?

Schema coverage is only 33% (only projectId described). The description compensates by explaining limit's cap and offset's role in pagination. It also clarifies the output includes primitiveId, which is critical for other tools, thus adding meaning beyond the schema.

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 lists wire segments and enumerates returned fields (primitiveId, coordinates, net name, color, style). It distinguishes from sibling tool easyeda_schematic_nets by noting that schematic_nets alone cannot resolve wire IDs, making the purpose unambiguous.

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 pagination guidance ('page with offset past 50-wire-per-call cap') and explains that primitiveId is needed for delete_primitive/modify_primitive. While not an explicit 'when to use vs alternatives', it effectively contrasts with schematic_nets, implying when to choose this tool.

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