List Assets
list_my_assetsReturn asset METADATA only (id, truncated prompt, model, created date), newest first. This does NOT display images and must NOT be used to show pictures — if the user says "show me / display my last image(s)", call show_media instead (it renders them; pass count=N for several). Use list_my_assets only when you need ids/metadata for another tool (e.g. move_asset) or a plain text list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Default 20. Max 50. |