Skip to content
Get MCP AdsGet MCP Ads, home
Start free

tiktok_get_entities_raw

List TikTok campaigns, ad groups, or ads with caller-selected native fields, filtering, sorting, and pagination.

List TikTok campaigns, ad groups, or ads with caller-selected native fields, filtering, sorting, and pagination. This GET-only escape hatch exposes newly released entity fields without waiting for the MCP's curated schemas.

Kind
Read
Discovery
Reachable through search_tools and run_tool
Account parameter
advertiserId
Endpoint
https://mcp.getmcpads.com/tiktok-ads/mcp

ParametersLink to this section

NameTypeRequiredNotes
advertiserIdstringRequired
entityTypestringRequiredOne of: campaign, adgroup, ad.
fieldsarrayRequired
filteringobjectOptionalNative TikTok filtering object, for example {campaign_ids:["..."]}.
pageintegerOptionalDefault: 1.
pageSizeintegerOptionalDefault: 100.
orderFieldstringOptional
orderTypestringOptionalOne of: ASC, DESC.

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "tiktok_get_entities_raw",
    "args": {
      "advertiserId": "<string>",
      "entityType": "campaign",
      "fields": "<array>"
    }
  }
}
Esc

Type to search