eda_call
Directly invoke any EasyEDA handler method by name and parameters when a dedicated tool is unavailable. Follows domain.action.target naming convention.
Instructions
Advanced: call any low-level EasyEDA handler method directly by name with a params object. Use when no dedicated tool exists. Method names follow the "domain.action.target" convention (e.g. "pcb.create.via", "sch.wire.create", "lib.device.search").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | Handler method name | |
| params | No | Parameters object for the handler |