Search game assets
search_game_assetsSearch multiple remote and local game asset sources concurrently, filtering by license, type, format, and tags, with relevance-ranked, de-duplicated, and cursor-paginated results.
Instructions
Search enabled remote and local game-asset sources concurrently. Results are normalized, license-filtered, relevance-ranked, de-duplicated, source-diversified, cached, and cursor-paginated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional style or content tags. | |
| limit | No | Results per page. | |
| query | Yes | What to find. Chinese and English game-development terms are accepted. | |
| types | No | Optional normalized asset kinds. | |
| cursor | No | Opaque nextCursor returned by the previous page. Keep all other query arguments unchanged. | |
| formats | No | Optional file extensions such as png, glb, wav, or zip. | |
| refresh | No | Bypass the query cache for the first page. | |
| sources | No | Provider ids from list_asset_sources. Empty means every enabled source. | |
| license_policy | No | any, commercially usable, CC0/public domain, or no-attribution only. | any |
| include_unknown_license | No | When a restrictive license policy is selected, retain results whose license is unknown. |