Skip to main content
Glama

Search library device

easyeda_schematic_search_device
Read-onlyIdempotent

Search the EasyEDA library for schematic symbols and devices by keyword. Retrieve full device metadata or a minimal set for quick selection.

Instructions

Search for schematic symbols/devices in the EasyEDA library by keywords. Full results carry the library's complete metadata object per device; pass minimal:true to get back only uuid/libraryUuid/name/pin_count/symbol_type when that is all you need.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesSearch keyword(s), matched against device name/description in the library
pageNo
minimalNoWhen true, return only uuid/libraryUuid/name/pin_count/symbol_type per device instead of the full library metadata object — use this when the goal is just picking a deviceItem for place_component, to avoid paying for fields you will not read.
symbolTypeNo
itemsOfPageNo
libraryUuidNo
classificationNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorNo
totalYes
devicesYes
not_availableNo
provider_tierNo
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint as true. The description adds value by detailing result behavior: 'Full results carry complete metadata object per device' and the effect of minimal parameter. No contradictions 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.

Conciseness5/5

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

Two concise sentences with no redundancy. The first sentence delivers the core purpose, and the second elaborates on result format and an important optimization. Every word earns its place.

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?

Given the tool complexity (7 parameters, optional output schema), the description is minimal. It explains full vs minimal results but omits search details, pagination, and error scenarios. Since an output schema exists, return values need not be detailed, but parameter usage context is lacking.

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?

Schema coverage is only 29% (only key and minimal have descriptions). The tool description adds info for minimal but fails to cover page, itemsOfPage, symbolType, libraryUuid, and classification. Parameter meaning remains unclear for the majority of parameters.

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?

Clearly states 'Search for schematic symbols/devices in the EasyEDA library by keywords.' This is a specific verb+resource combination that directly conveys the tool's function. It also mentions the minimal flag feature, further clarifying the behavior without ambiguity.

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?

Provides usage guidance for the minimal parameter ('pass minimal:true when that is all you need'), but does not contrast with sibling tools or give when-to-use/when-not-to-use advice. No reference to alternatives like other search or inventory 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