list_assets
ActiveTool of io.github.ndesv21/socialclaw
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.
Parameters schema
{
"type": "object",
"properties": {
"kind": {
"enum": [
"image",
"video"
],
"type": "string",
"description": "Filter by media kind: image or video."
},
"mime": {
"type": "string",
"description": "Optional mime prefix filter, e.g. video/mp4."
},
"sort": {
"enum": [
"created_desc",
"created_asc"
],
"type": "string",
"description": "created_desc (default, newest first) or created_asc."
},
"limit": {
"type": "number",
"description": "Maximum assets to return. Defaults to 24, capped at 48."
},
"query": {
"type": "string",
"description": "Optional text match over filename, id, kind, mime, or url."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.ndesv21/socialclaw
https://github.com/ndesv21/socialclaw
2/7 registries