List known Circuits components
tinkercad_list_componentsList Tinkercad Circuits parts from the local catalog to find valid names for adding parts and building circuits. Filter by query and select markdown or JSON output to get the reference before placing components.
Instructions
List the local catalog of Tinkercad Circuits parts this server knows how to search for.
This does not scrape Autodesk. It is the allowed vocabulary for tinkercad_add_component and tinkercad_build_circuit.
Args:
query (string, optional): Filter by id, label, or alias
response_format ('markdown' | 'json')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional filter such as led, arduino, resistor | |
| response_format | No | Output format: markdown for humans, json for machine processing | markdown |