Skip to main content
Glama

Get component pins

easyeda_schematic_component_pins
Read-onlyIdempotent

Get exact pin numbers, names, coordinates, and native pinType for any schematic component by its primitive ID. Use pinType as a weak hint due to unreliable authorship.

Instructions

Get exact pin numbers, names, coordinates, and native pinType for a schematic component by its primitive ID. pinType is EasyEDA's own symbol-library field and is unreliably authored (often "Undefined" even on real ICs) — treat it as a weak hint, not ground truth.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
primitiveIdYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pinsYes
errorNo
successYes
primitiveIdYes
Behavior5/5

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

Annotations indicate readOnlyHint and idempotentHint. The description adds critical context: pinType is unreliable and should be treated as weak hint, which is beyond the annotations and helps avoid misinterpretation.

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 two sentences: first states the core function, second adds a crucial caveat. Every sentence is value-adding and there is no fluff.

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 an output schema exists, the description sufficiently states what data is returned (pin numbers, names, coordinates, pinType) and the reliability caveat. No additional context is needed for this simple tool.

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

Parameters2/5

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

The only parameter 'primitiveId' has no schema description (0% coverage). The description minimally says 'by its primitive ID' which adds little beyond the parameter name. For a simple string parameter, the gap is small but not compensated.

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 retrieves exact pin numbers, names, coordinates, and pinType for a schematic component by primitive ID. It uses specific verbs and resource, and the sibling list shows no other tool covers pins, so it is well-differentiated.

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 specifies the tool is for getting pin details when you have a primitive ID, and includes a caveat about pinType reliability. It does not explicitly state when not to use, but the clear purpose and warning provide good 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