tiktok_ads_get_preferences
Get TikTok Ads Preferences
TiktokDescription
Get all stored preferences for a TikTok ad entity. Preferences are also automatically attached to entity-listing responses as _stored_preferences, so you often don't need to call this explicitly.
Read-onlyIdempotent
Usage
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "tiktok_ads_get_preferences",
"arguments": {
"entity_type": "ad_account",
"entity_id": "7012345678901234567",
"reason": "Check stored preferences"
}
}
}
hopkin tiktok preferences get
| Flag | Type | Required | Description |
|---|---|---|---|
--entity-type | string | Required | Type of ad entity: ad_account, campaign, ad_set, or ad |
--entity-id | string | Required | The platform entity ID |
{
"mcpServers": {
"tiktok-ads": {
"url": "https://tiktok.mcp.hopkin.ai",
"transport": "sse"
}
}
}
- Get prefs
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
entity_type |
string |
Required | Type of ad entity: ad_account, campaign, ad_set, or adad_account campaign ad_set ad |
entity_id |
string |
Required | The platform entity IDminLength: 1 |
reason |
string |
Required | Why this tool call is neededminLength: 1, maxLength: 500 |
Examples
Get prefs
{
"entity_type": "ad_account",
"entity_id": "7012345678901234567",
"reason": "Check stored preferences"
}
hopkin tiktok preferences get --entity-type ad_account --entity-id 7012345678901234567