Skip to main content
Glama
mayjack0312
by mayjack0312

eda_pcb_manufacture_data_place3_dshell_order

Place a 3D shell order for PCB manufacture data in EasyEDA Pro. Use this tool to initiate the ordering process and pass the interactive check.

Instructions

pcb_ManufactureData.place3DShellOrder(interactive?: boolean, ignoreWarning?: boolean) -> Promise 3D 外壳下单 remarks: 本接口暂时只支持交互式检查,入参暂无作用,预留后续开发 returns: 是否通过下单检查;在入参开发完成前,返回值没有实际作用,不会等待执行结果

Input Schema

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

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

A3.5/5.0
Behavior4/5

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

Given there are no annotations, the description honestly states that the interface currently only supports interactive checking, that input parameters have no effect and are reserved for future development, and that the return value has no practical effect and does not wait for the execution result. This is valuable behavioral disclosure that prevents an agent from relying on the tool's output or parameters.

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

Conciseness4/5

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

The description is compact and front-loaded with the function signature, followed by a short Chinese title and two brief remarks. It conveys the essential information without redundant or unrelated content, earning a high score for conciseness.

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?

Considering that the tool is currently a placeholder with no real functionality, the description adequately covers the core aspects: its purpose, current limitations, and return behavior. It does not specify required document context or further interaction details, but given the tool's stub state, the description is sufficiently complete for an agent to understand what happens when invoked.

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 includes the parameter signature with types and names (interactive?: boolean, ignoreWarning?: boolean), which adds meaning beyond the generic 'args' array described in the schema. It also notes that parameters currently have no effect, which is semantically useful. However, it does not explain the intended meaning of these parameters for future use, so the description only partially compensates for the lack of parameter details.

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 specific function signature 'pcb_ManufactureData.place3DShellOrder' and the Chinese title '3D 外壳下单' (3D shell ordering), indicating it places an order for a 3D shell. While the name and context make it distinguishable from sibling tools like eda_pcb_manufacture_data_place_pcb_order, it does not explicitly name an alternative or elaborate on the exact scope.

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 provides no information about when to use this tool versus alternatives. It does not mention prerequisites, specific scenarios, or whether it should be used instead of other manufacture data ordering tools. The remarks focus on current limitations but give no guidance on appropriate invocation context.

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