marketplace_search
Search free CC0 asset marketplaces for textures, HDRIs, and models by keyword. Returns a normalized list of matches from Polyhaven and AmbientCG for easy selection and import.
Instructions
Search free CC0 asset marketplaces (Polyhaven, AmbientCG) for textures / HDRIs / models matching a keyword and return a normalised list of matches. SYNTHETIC bridge-side handler — fetches the source's public JSON catalog via plain HTTPS (no auth, no API key). Asset files are CC0 (public domain, free for any use including commercial). API-access terms differ from asset terms: the Polyhaven public API at api.polyhaven.com is licensed for non-commercial and academic use only — commercial integrations require a custom license from Poly Haven (https://polyhaven.com/our-api). AmbientCG asset terms are similarly CC0 with their own API ToS. Pair with marketplace_import to actually download and import a chosen result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search keyword(s). Matched against name, tags, and categories on the source side. Empty string = list popular assets. | |
| source | No | Marketplace to query. 'polyhaven' (default), 'ambientcg', or 'all' to fan out across both. | |
| asset_type | No | Asset class filter. 'texture' (default), 'hdri', 'model', or 'all'. | |
| limit | No | Max results to return (default 10, max 50). |