果子狸MCP服务
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| easyeda_health | Check the persistent EasyEDA bridge connection and report the active project, schematic, and page. |
| schematic_list_pages | List every schematic and page in the open EasyEDA project, even when no page is currently open. |
| schematic_inspect_page | Read components, pins, positions, nets, and optionally wires from one schematic page. |
| schematic_inspect_regionB | Read components and wires that touch a rectangular schematic region. |
| component_searchA | Search the EasyEDA device library and return stable library/device UUIDs and sourcing metadata. |
| schematic_analyze_readability | Estimate human readability using port density, zero-length wires, component spacing, and wire crossings. |
| schematic_apply_operations | Validate and immediately apply EasyEDA operations. The first write in this MCP session creates one schematic backup automatically. |
| schematic_rename_pageC | Rename one schematic page directly. |
| schematic_delete_pageB | Delete one schematic page; the only remaining page cannot be deleted. |
| schematic_delete_primitivesC | Delete components and wires by primitive ID. |
| schematic_place_components | Place one or more library components. Use component_search UUIDs and finish placement before wiring. |
| schematic_move_componentsA | Move one or more existing part components to absolute schematic coordinates. Inspect the page first to obtain primitive IDs. |
| schematic_move_components_with_wires | Translate selected existing part components and complete wire polylines together by one delta. Only explicitly listed wires are moved. |
| schematic_create_wiresA | Create direct named wires. A net name can be assigned without placing a net port or label first. |
| schematic_connect_pin_pairs | Connect component pin pairs with a straight line or one orthogonal bend. |
| schematic_create_net_flagsC | Create standard power, ground, analog-ground, or protection-ground flags. |
| schematic_create_ports_for_pins | Create outward-facing ports for selected pins. Reserve for cross-page or genuinely long connections. |
| schematic_create_textsC | Create one or more human-readable schematic annotations. |
| schematic_run_drcB | Run strict schematic DRC on a page. EasyEDA may return only aggregate counts in some versions. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 10 tools
Each tool targets a distinct operation: inspection, library search, page management, DRC, primitive deletion, moving, and creating wires/net flags/texts. There is no meaningful overlap between create/delete/move/inspect operations.
Most tools follow the schematic_verb_noun pattern very consistently. component_search is the clear outlier, lacking the schematic_ prefix and using a noun-first convention instead.
Ten tools is well-scoped for schematic editing. Each tool fills a distinct role without redundant operations or excessive surface area.
Core schematic operations like inspecting, creating wires/net flags/texts, moving, deleting, renaming pages, and running DRC are covered. However, there is no way to create a new schematic page or place a library component from search results, leaving a notable workflow gap.