You're viewing a demo portfolio

Join the waitlist
PRSM

list_assets

Active

Tool of io.github.ndesv21/socialclaw

declared in 0.1.15

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.ndesv21/socialclaw

https://github.com/ndesv21/socialclaw

2/7 registries
View full server →