tiktok_ get_ uploaded_ video
Read one uploaded video from this advertiser’s media library. One of 64 TikTok Ads tools on the Get MCP Ads MCP gateway.
Read one uploaded video from this advertiser’s media library. Returns ready only after its media information is available with positive duration and dimensions. Does not upload again.
- Source
- TikTok Ads
- Kind
- Read
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
advertiserId- Endpoint
- https:/
/ mcp. getmcpads. com/ tiktok-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
advertiserId | string | Required | Exact TikTok numeric ID as a string, never a rounded JavaScript number. |
videoId | string | Required | Exact uploaded video ID returned by TikTok. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "tiktok_get_uploaded_video",
"args": {
"advertiserId": "<string>",
"videoId": "<string>"
}
}
}