You're viewing a demo portfolio

Join the waitlist
PRSM

tiktok.user_reposts

Active

Tool of Vee3

declared in 1.27.1

List reposts for a TikTok user. Provide either user_id or unique_id, not both. Pass cursor from a previous response to fetch the next page. Cost = 3 tokens.

Parameters schema

{
  "type": "object",
  "title": "get_tiktok_user_repostsArguments",
  "properties": {
    "count": {
      "anyOf": [
        {
          "type": "integer",
          "maximum": 30,
          "minimum": 1
        },
        {
          "type": "null"
        }
      ],
      "title": "Count",
      "default": null,
      "description": "Number of items to return (max 30)."
    },
    "cursor": {
      "anyOf": [
        {
          "type": "string",
          "maxLength": 4096
        },
        {
          "type": "null"
        }
      ],
      "title": "Cursor",
      "default": null,
      "description": "Pagination cursor from a previous response."
    },
    "user_id": {
      "anyOf": [
        {
          "type": "string",
          "maxLength": 128
        },
        {
          "type": "null"
        }
      ],
      "title": "User Id",
      "default": null,
      "description": "TikTok numeric user id."
    },
    "unique_id": {
      "anyOf": [
        {
          "type": "string",
          "maxLength": 128
        },
        {
          "type": "null"
        }
      ],
      "title": "Unique Id",
      "default": null,
      "description": "TikTok unique id (username)."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Vee3

https://github.com/Vee3io/Vee3

1/7 registries
View full server →
tiktok.user_reposts — Vee3 — PRSM MCP