tiktok_ get_ report_ raw
Run a native TikTok synchronous report with caller-selected dimensions and metrics. One of 32 TikTok Ads tools on the Get MCP Ads MCP gateway.
Run a native TikTok synchronous report with caller-selected dimensions and metrics. Use when a current API field is not yet in tiktok://metrics; unlike tiktok_get_insights, this tool does not calculate aliases or auto-split incompatible selections.
- 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 | |
serviceType | string | Optional | One of: AUCTION, RESERVATION. Default: "AUCTION". |
reportType | string | Optional | One of: BASIC, AUDIENCE, PLAYABLE_, CATALOG, BC. Default: "BASIC". |
dataLevel | string | Required | One of: AUCTION_, AUCTION_CAMPAIGN, AUCTION_ADGROUP, AUCTION_AD, RESERVATION_, RESERVATION_, RESERVATION_, RESERVATION_AD. |
dimensions | array | Required | |
metrics | array | Required | |
startDate | string | Optional | |
endDate | string | Optional | |
queryLifetime | boolean | Optional | Default: false. |
filtering | array | Optional | |
page | integer | Optional | Default: 1. |
pageSize | integer | Optional | Default: 1000. |
orderField | string | Optional | |
orderType | string | Optional | One of: ASC, DESC. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "tiktok_get_report_raw",
"args": {
"advertiserId": "<string>",
"dataLevel": "AUCTION_ADVERTISER",
"dimensions": "<array>",
"metrics": "<array>"
}
}
}