You're viewing a demo portfolio

Join the waitlist
PRSM

tiktok.user_videos

Active

Tool of Vee3

declared in 1.27.1

List videos posted by a TikTok user. Provide either user_id or unique_id, not both. Set latest to true for newest posts or false for top posts. Pass cursor from a previous response to fetch the next page. Cost = 3 tokens.

Parameters schema

{
  "type": "object",
  "title": "get_tiktok_user_videosArguments",
  "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."
    },
    "latest": {
      "anyOf": [
        {
          "type": "boolean"
        },
        {
          "type": "null"
        }
      ],
      "title": "Latest",
      "default": true,
      "description": "When true, return latest videos. When false, return top videos."
    },
    "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· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Vee3

https://github.com/Vee3io/Vee3

1/7 registries
View full server →