You're viewing a demo portfolio

Join the waitlist
PRSM

tiktok.video_details

Active

Tool of Vee3

declared in 1.27.1

Look up metadata for a TikTok video. Provide either video_id or video_url, not both. Cost = 1 token.

Parameters schema

{
  "type": "object",
  "title": "get_tiktok_video_detailsArguments",
  "properties": {
    "video_id": {
      "anyOf": [
        {
          "type": "string",
          "maxLength": 32
        },
        {
          "type": "null"
        }
      ],
      "title": "Video Id",
      "default": null,
      "description": "TikTok video id."
    },
    "video_url": {
      "anyOf": [
        {
          "type": "string",
          "maxLength": 2048
        },
        {
          "type": "null"
        }
      ],
      "title": "Video Url",
      "default": null,
      "description": "TikTok video URL."
    }
  }
}

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.video_details — Vee3 — PRSM MCP