tiktok_ list_ ad_ videos
List the advertiser's whole video library (file/video/ad/search): file name, duration, dimensions, signature, and publicly served preview and cover URLs.
List the advertiser's whole video library (file/video/ad/search): file name, duration, dimensions, signature, and publicly served preview and cover URLs. Every TikTok URL is signed and expires after roughly six hours: re-resolve with tiktok_get_asset_urls before use.
- Source
- TikTok Ads
- Kind
- Read
- Discovery
- Announced in the tool list
- Account parameter
advertiserId- Endpoint
- https:/
/ mcp. getmcpads. com/ tiktok-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
advertiserId | string | Required | TikTok advertiser ID. |
page | integer | Optional | Page number (page_info.total_page in the response gives the bound) Default: 1. |
pageSize | integer | Optional | Items per page (TikTok caps file library pages at 100) Default: 20. |
Calling itLink to this section
{
"name": "tiktok_list_ad_videos",
"arguments": {
"advertiserId": "<string>"
}
}