get_tiktok_profile
Retrieve TikTok profile information by providing a username to access user data and profile details from the platform.
Instructions
Get TikTok profile data
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| handle | Yes | TikTok username | 
Input Schema (JSON Schema)
{
  "properties": {
    "handle": {
      "description": "TikTok username",
      "type": "string"
    }
  },
  "required": [
    "handle"
  ],
  "type": "object"
}