search_design_templates
Search a library of 3D design templates using natural-language queries. Fuzzy keyword matching returns relevant templates ranked by score, filtered by category if needed.
Instructions
Search the template library by natural-language description.
Fuzzy keyword matching against template IDs, descriptions, categories,
and tags. Returns scored matches ranked by relevance.
:param query: Natural-language search string (e.g. "phone stand", "hook").
:param max_results: Maximum number of results (default 10).
:param category_filter: Optional category to limit results (e.g. "hardware").
:returns: Dict with matches list, each containing template_id, score,
description, and category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| max_results | No | ||
| category_filter | No |