Set component attribute
tinkercad_set_component_attributeSet a specific attribute like resistance or color on a Tinkercad circuit component by providing its ID, field name, and new value.
Instructions
Change an inspector field on a selected component (resistance, color, value).
Args:
component_id (string)
name (string): Field label, e.g. resistance or color
value (string): e.g. 220 or red
response_format
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Inspector field, e.g. resistance, color, value | |
| value | Yes | New value, e.g. 220 or red | |
| component_id | Yes | ||
| response_format | No | Output format: markdown for humans, json for machine processing | markdown |