blender_search_library
Search a free CC0 asset library for HDRIs, textures, or models, returning ids to fetch real assets in Blender.
Instructions
Search a free CC0 asset library. Poly Haven needs no API key.
Returns ids you pass to blender_fetch_asset. Useful for grabbing a real
HDRI or a photogrammetry texture instead of hand-rolling one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Asset category. | hdris |
| limit | No | ||
| query | No | Substring filter on name and tags. | |
| library | No | Library id; default polyhaven. | polyhaven |
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | markdown |