Open Tinkercad circuit
tinkercad_open_circuitOpen a Tinkercad Circuits design by URL or thing ID, or create a new one from the dashboard, then receive a snapshot of the ready editor.
Instructions
Open an existing Circuits design or start from the Circuits dashboard.
Args:
target (string): Full tinkercad.com URL, a thing id, or 'new'
response_format ('markdown' | 'json')
Returns: Circuit snapshot after the editor is ready.
Examples:
target="new"
target="abc123"
Error Handling:
Login wall: sign in in Chrome, then retry
Non-Tinkercad URLs are rejected
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Circuit URL, Tinkercad thing id, or 'new' to create a circuit from the dashboard | |
| response_format | No | Output format: markdown for humans, json for machine processing | markdown |