tiktok get entities raw
tiktok_get_entities_rawRetrieve TikTok campaigns, ad groups, or ads with custom native fields, filtering, sorting, and pagination. Use as a direct GET escape hatch to access newly released entity fields without waiting for curated schemas.
Instructions
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to request, starting at 1. | |
| fields | Yes | Native provider fields to return. Select only fields supported by the chosen object or report. | |
| pageSize | No | Maximum items requested per page. Follow the returned pagination information for remaining results. | |
| filtering | No | Native TikTok filtering object, for example {campaign_ids:["..."]} | |
| orderType | No | Sort direction for the selected ordering field. | |
| entityType | Yes | Provider entity type to retrieve. | |
| orderField | No | Provider field used to order report rows. | |
| advertiserId | Yes | TikTok advertiser account ID as a string. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Original tool result: parsed JSON when the text is JSON, otherwise the text or multiple MCP content blocks. Provider fields depend on the selected query. |