Wire two pins
tinkercad_connect_pinsWire two pins on the active Tinkercad circuit by specifying componentId.pinName for source and destination.
Instructions
Click-to-wire two pins on the open circuit.
Args:
from (string): componentId.pinName (example: uno.D13)
to (string): componentId.pinName (example: led1.anode)
response_format
Call tinkercad_get_circuit first so pin names match what the editor actually exposed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Destination pin as componentId.pinName, e.g. led-1.anode | |
| from | Yes | Source pin as componentId.pinName, e.g. arduino_uno_r3.D13 or led-1.anode | |
| response_format | No | Output format: markdown for humans, json for machine processing | markdown |