Move Circuits component
tinkercad_move_componentMove a circuit component to a specific canvas position by providing its component ID and new x, y coordinates.
Instructions
Drag an existing component to a new canvas position.
Args:
component_id (string): Id from tinkercad_get_circuit
x, y (number)
response_format
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| component_id | Yes | Id from tinkercad_get_circuit | |
| response_format | No | Output format: markdown for humans, json for machine processing | markdown |