Skip to main content
Glama
mayjack0312
by mayjack0312

eda_sys_environment_is_easy_edapro_edition

Determine whether the current EDA environment runs the Pro edition, enabling conditional logic for Pro-specific features.

Instructions

sys_Environment.isEasyEDAProEdition() -> boolean 是否为 EasyEDA Pro 版本 returns: 是否为 EasyEDA Pro 版本

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argsNo按官方签名顺序排列的JSON参数数组
windowIdNo目标EDA窗口ID;省略时使用当前活动窗口

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations provided, the description bears full responsibility for disclosing behavioral traits. It only states the return type and semantic intent; it does not mention side effects, read-only nature, or any conditions under which the result is true/false, leaving the agent without important context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

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

The description is very short and free of fluff, but it is essentially a restatement of the tool name and signature. It lacks a structured explanation that front-loads meaningful context, though it is not verbose.

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

Completeness2/5

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

For a simple boolean check, the description provides only the bare minimum. It does not explain what 'EasyEDA Pro edition' means, how it relates to sibling environment checks, or under what circumstances it returns true/false. This incompleteness is significant given the many similar tools.

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 schema describes both parameters (args and windowId), but the description implies the underlying function takes no arguments (empty parentheses in signature). This creates ambiguity about whether args should be passed, and the description adds no clarification about the generic wrapper parameters.

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 description clearly states the tool returns a boolean indicating whether the environment is the EasyEDA Pro edition. However, it does not differentiate from sibling tools like is_jlcedapro_edition or is_pro_private_edition, so it lacks explicit distinction.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives no guidance on when to use this tool versus the many other environment-check siblings. It merely restates the function signature and its Chinese meaning, with no mention of alternatives or exclusions.

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

Deploy Server

Other Tools