List assets
list_assetsAssets (static / tileset / staged / background / terrain / texture) with slug, hasAnimation, updatedAt, tags and favourite. hasAnimation is data-derived: ANY asset type can carry an animation, so never infer it from the type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Case-insensitive substring filter on the name. | |
| slug | No | Exact slug match (a slug is an identifier — no partial hits). | |
| type | No | Filter by asset type. | |
| limit | No | Max items to return (default 100, max 500). | |
| projectId | No | Restrict to one project. |