Skip to main content
Glama

tiktok_video_info

Extract detailed metadata including stats, audio, hashtags, and descriptions from any TikTok video URL to analyze content performance and structure.

Instructions

Get detailed metadata for a specific TikTok video (stats, audio, hashtags, description).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
video_urlYesTikTok video URL or video ID

Implementation Reference

  • The handler implementation for 'tiktok_video_info' which calls 'browser.get_video_info'.
    elif name == "tiktok_video_info":
        info = await browser.get_video_info(arguments["video_url"])
        return [TextContent(type="text", text=json.dumps(info, indent=2, ensure_ascii=False))]
  • The tool definition and input schema for 'tiktok_video_info'.
    Tool(
        name="tiktok_video_info",
        description="Get detailed metadata for a specific TikTok video (stats, audio, hashtags, description).",
        inputSchema={
            "type": "object",
            "properties": {
                "video_url": {"type": "string", "description": "TikTok video URL or video ID"},
            },
            "required": ["video_url"],
        },

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/follox42/tiktok-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server