store_search
Search the public PlayCanvas asset store by keyword and get paginated results using skip and limit parameters. Then retrieve details or download assets to import them.
Instructions
Search the public PlayCanvas asset store by keyword. Results are paginated via skip + limit. Reaches an external service over the network. Use store_get for full details of a result, then store_download to import it. When NOT to use: to search assets already in this project (use list_assets).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of results to skip (pagination) | |
| limit | No | Max results to return | |
| order | No | Sort order | |
| search | Yes | Search keywords |