tiktok_ads_list_advertisers
List TikTok Advertisers
TiktokDescription
List TikTok advertiser accounts accessible to the authenticated user. Shows name, ID, status, currency, and timezone.
Read-onlyIdempotentOpen-world
Usage
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "tiktok_ads_list_advertisers",
"arguments": {}
}
}
hopkin tiktok advertisers list
| Flag | Type | Required | Description |
|---|---|---|---|
--limit | integer | Optional | Maximum number of results to return (1–100). Default: 20. |
--cursor | string | Optional | Opaque pagination cursor from a previous response. |
--refresh | boolean | Optional | Force a fresh fetch bypassing the cache. |
--advertiser-id | string | Optional | Fetch a single advertiser by ID. |
{
"mcpServers": {
"tiktok-ads": {
"url": "https://mcp.hopkin.ai/tiktok-ads/mcp",
"transport": "sse"
}
}
}
No example prompts available.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
reason |
string |
Required | Why this tool call is neededminLength: 1, maxLength: 500 |
Optional parameters (4)
| Name | Type | Required | Description |
|---|---|---|---|
limit |
integer |
Optional | Maximum number of results to return (1–100). Default: 20.min: 1, max: 100 |
cursor |
string |
Optional | Opaque pagination cursor from a previous response. |
refresh |
boolean |
Optional | Force a fresh fetch bypassing the cache. |
advertiser_id |
string |
Optional | Fetch a single advertiser by ID. |