search_models
Find 3D-printable models on Thingiverse by searching keywords. Sort results by relevance, popularity, or newest.
Instructions
Search Thingiverse for 3D-printable models.
Args:
query: Search keywords (e.g. "raspberry pi case", "benchy").
page: Page number for pagination (1-based, default 1).
per_page: Results per page (default 10, max 100).
sort: Sort order — "relevant", "popular", "newest", or "makes".
Returns a list of model summaries including name, creator, thumbnail,
and download/like counts. Use ``model_details`` with the ``id`` to
get full information, and ``model_files`` to see downloadable files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| sort | No | relevant | |
| query | Yes | ||
| per_page | No |