You're viewing a demo portfolio

Join the waitlist
PRSM

tiktok_video_get

Active

Tool of Social Fetch

declared in 0.19.0

Get a single TikTok video by URL.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "url"
  ],
  "properties": {
    "url": {
      "type": "string",
      "maxLength": 4096,
      "minLength": 1,
      "description": "Link to the video or photo post."
    },
    "trim": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "boolean"
        }
      ],
      "description": "When true, returns a smaller response with fewer fields."
    },
    "region": {
      "type": "string",
      "description": "Optional ISO 3166-1 country code used to route the request when needed."
    },
    "downloadMedia": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "boolean"
        }
      ],
      "description": "When true, includes hosted CDN URLs in `downloads` when available. Adds 10 credits (11 total with the base lookup) on successful lookups, even if `downloads` is empty."
    },
    "getTranscript": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "boolean"
        }
      ],
      "description": "When true, includes the video transcript (WEBVTT) in `transcript` when one is available."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Social Fetch

https://github.com/social-freak-ltd/socialfetch-mcp

1/7 registries
View full server →
tiktok_video_get — Social Fetch — PRSM MCP