Search Library
search_uwear_libraryUniversal hybrid retrieval across the user's visible Uwear library: garments, avatars/models, locations, ArtDirections, uploaded files, and generation results. Use this before opening the picker when the user describes assets or saved creative direction by exact name/SKU or natural language, e.g. 'SKU 42', 'urban art direction', 'summer denim', or 'studio model'. For saved outfits, retrieve matching garments first, then call list_outfits with clothing_item_ids or propose_outfits from the garment IDs. Returns stable typed IDs, ids_by_type, detail_tool/detail_arguments, and selection hints; for saved ArtDirections, use the returned art_direction_id in briefs. This combines indexed lexical matching with vector retrieval; do not run separate substring searches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of hybrid matches to return | |
| query | Yes | Hybrid retrieval query. Handles exact names/SKUs/IDs and natural-language visual or attribute intent. | |
| item_types | No | Optional item types to search. Omit to search clothing, avatars/models, locations, art directions, uploaded files, and generation results. | |
| refresh_index | No | Force-refresh missing or stale index rows for currently visible library items before searching. Leave false for normal MCP use; search refreshes once automatically only when no accessible match is found. |