easyeda_api_call
Call whitelisted EasyEDA Pro API methods by providing method ID and JSON arguments. Automate EDA tasks without writing custom code.
Instructions
调用目录内任一官方EasyEDA Pro API。仅允许自动生成白名单中的方法,不接受任意代码。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| method | Yes | 完整方法ID,如 dmt_Project.getCurrentProjectInfo | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |