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.
- Source
- TikTok Ads
- Kind
- Read
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
advertiserId- Endpoint
- https:/
/ mcp. getmcpads. com/ tiktok-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
advertiserId | string | Required | |
entityType | string | Required | One of: campaign, adgroup, ad. |
fields | array | Required | |
filtering | object | Optional | Native TikTok filtering object, for example {campaign_ids:["..."]}. |
page | integer | Optional | Default: 1. |
pageSize | integer | Optional | Default: 100. |
orderField | string | Optional | |
orderType | string | Optional | One of: ASC, DESC. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "tiktok_get_entities_raw",
"args": {
"advertiserId": "<string>",
"entityType": "campaign",
"fields": "<array>"
}
}
}