Skip to main content
Glama

List PCB vias

easyeda_pcb_vias
Read-onlyIdempotent

Retrieve vias on the active PCB layout, including ID, net, position, and hole/outer diameters. Requires an open PCB tab.

Instructions

List vias on the active PCB layout: primitiveId, net, position, hole/outer diameter (native unit, same scale as x/y — not independently verified against a known physical dimension). Requires a focused PCB tab — returns an empty list (not an error) if none is active.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
projectIdYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
viasYes
errorNo
totalYes
project_idYes
not_availableNo
Behavior4/5

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

Annotations already indicate readOnlyHint and idempotentHint, so the tool is safe. The description adds behavioral details: the unit assumption (native unit, not verified against physical dimensions) and the error-handling behavior (empty list vs. error for inactive tab). These go beyond annotations and provide useful transparency.

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 two sentences that convey the core functionality, prerequisites, behavior, and output details. It is concise and front-loaded, though the second sentence could be slightly more precise. No superfluous information.

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

Completeness3/5

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

The description covers the purpose, prerequisite (active PCB tab), output fields, and a behavioral note. However, it lacks any documentation for input parameters, which is necessary for correct invocation since schema coverage is 0%. The output schema exists but is not shown in this evaluation. Overall, it leaves a significant gap in parameter understanding.

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?

The input schema has 3 parameters (projectId required, limit with default 100, offset default 0), but schema description coverage is 0%. The description does not explain any of these parameters or their semantics. The tool description only mentions output fields, not input parameters. This is a significant gap for agent usage.

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 tool name and title clearly indicate listing PCB vias. The description specifies the resource (vias on active PCB layout) and provides details on the returned fields (primitiveId, net, position, hole/outer diameter). While it distinguishes from sibling tools implicitly by focusing on vias, it does not explicitly differentiate from similar listing tools like easyeda_pcb_components or easyeda_pcb_tracks.

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 states the requirement for a focused PCB tab and the behavior when none is active (returns empty list, not an error). This provides clear context for when to use the tool. However, it does not mention alternatives or explicitly state when not to use this tool versus other listing tools.

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