tiktok_ads_list_advertisers

List TikTok Advertisers

Tiktok

Description

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
FlagTypeRequiredDescription
--limitintegerOptionalMaximum number of results to return (1–100). Default: 20.
--cursorstringOptionalOpaque pagination cursor from a previous response.
--refreshbooleanOptionalForce a fresh fetch bypassing the cache.
--advertiser-idstringOptionalFetch a single advertiser by ID.
{
  "mcpServers": {
    "tiktok-ads": {
      "url": "https://mcp.hopkin.ai/tiktok-ads/mcp",
      "transport": "sse"
    }
  }
}

No example prompts available.

Parameters

NameTypeRequiredDescription
reason string Required Why this tool call is neededminLength: 1, maxLength: 500
Optional parameters (4)
NameTypeRequiredDescription
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.