list_assets
List media (images/videos) the user has uploaded to their SocialClaw library, newest first. Each asset includes a publicUrl usable directly as media_link in validate_schedule/apply_schedule. Use this to find a previously uploaded file (e.g. from the dashboard) to post. Optionally filter by kind (image/video), mime, or a text query over filename/id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Filter by media kind: image or video. | |
| mime | No | Optional mime prefix filter, e.g. video/mp4. | |
| sort | No | created_desc (default, newest first) or created_asc. | |
| limit | No | Maximum assets to return. Defaults to 24, capped at 48. | |
| query | No | Optional text match over filename, id, kind, mime, or url. |