# tiktok_get_video_assets

> Return ad-linked TikTok video asset metadata from ad/get and video material endpoints when available.

[Documentation](https://www.getmcpads.com/docs) / [Sources](https://www.getmcpads.com/docs/sources) / [TikTok Ads](https://www.getmcpads.com/docs/sources/tiktok-ads)

Return ad-linked TikTok video asset metadata from ad/get and video material endpoints when available.

|  |  |
| --- | --- |
| Source | [TikTok Ads](https://www.getmcpads.com/docs/sources/tiktok-ads) |
| Kind | Read |
| Discovery | Reachable through `search_tools` and `run_tool` |
| Account parameter | `advertiserId` |
| Endpoint | https://mcp.getmcpads.com/tiktok-ads/mcp |

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `advertiserId` | string | Required | TikTok advertiser ID. |
| `adIds` | array | Optional | Optional ad IDs to inspect. |
| `adgroupId` | string | Optional | Optional ad group ID filter. |
| `videoIds` | array | Optional | Optional video IDs to look up directly in material endpoints. |
| `limit` | integer | Optional | Default: `100`. |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "tiktok_get_video_assets",
    "args": {
      "advertiserId": "<string>"
    }
  }
}
```

- [TikTok Ads metrics](https://www.getmcpads.com/docs/sources/tiktok-ads/metrics): What you can ask for.
- [TikTok Ads dimensions](https://www.getmcpads.com/docs/sources/tiktok-ads/dimensions): How you can break it down.

---

This page as HTML: https://www.getmcpads.com/docs/sources/tiktok-ads/tools/tiktok_get_video_assets
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
