search_assets
Find addons and project templates in the Godot Asset Library. Returns matching assets with their asset_id for installation.
Instructions
Search the Godot Asset Library for addons and project templates. Returns matching assets with the asset_id you pass to install_asset. Read-only network call to the public Asset Library REST API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Zero-based result page for pagination. Default: 0. | |
| sort | No | Sort order. Default: updated. | |
| type | No | Asset kind: 'addon' (plugin for an existing project) or 'project' (standalone template). Default: any. | |
| query | No | Free-text search filter (matches the asset title). | |
| support | No | Filter by support/trust level. | |
| category | No | Asset Library category id to filter by. | |
| libraryUrl | No | Override the Asset Library API base URL (default https://godotengine.org/asset-library/api, or the GODOT_ASSET_LIBRARY_URL env var). | |
| maxResults | No | Maximum results to return (1-100). Default: 20. | |
| godotVersion | No | Only return assets compatible with this Godot version, e.g. '4.7'. |