Skip to main content
Glama
gfgf2023

EasyEDA MCP

by gfgf2023

eda_workflow

Read-onlyIdempotent

Read workflow steps for the current EasyEDA design stage, covering placement, feedback, and recovery, to know exactly what to do next.

Instructions

Read the workflow for the current design stage, including placement, image feedback and recovery.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stageYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description need not restate safety. It adds some context about the workflow scope but no further behavioral details (e.g., return format or side effects). Meets baseline for annotated tools.

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?

Single concise sentence with no redundant words. Directly conveys the tool's purpose without fluff.

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

Completeness4/5

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

For a read-only retrieval tool with no output schema, the description adequately communicates what is retrieved. It could mention the return structure, but that is not strictly required here.

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

Parameters3/5

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

The description adds no new information about the 'stage' parameter beyond the schema's enum. It references some enum values (placement, recovery) but does not explain their meaning or impact. Schema coverage is complete, so baseline 3 applies.

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?

States the verb 'Read' clearly, specifies the resource as 'workflow for the current design stage', and lists relevant contents (placement, image feedback, recovery). This is specific and distinguishes it from generic state getters.

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?

Implies usage when needing workflow information for a stage, but does not explicitly mention alternatives or conditions for choosing this tool over siblings like sch_get_state or pcb_get_state. Guidance is minimal.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.