tiktok_ get_ write_ context
Read the exact TikTok entity, parent settings and advertiser currency/timezone before editing or building a new configuration.
Read the exact TikTok entity, parent settings and advertiser currency/timezone before editing or building a new configuration. Read-only.
- 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 | Exact TikTok numeric ID as a string, never a rounded JavaScript number. |
level | string | Required | Entity level to inspect. One of: campaign, adgroup, ad. |
entityId | string | Required | Exact TikTok numeric ID as a string, never a rounded JavaScript number. |
smartPlus | boolean | Optional | Use the dedicated upgraded Smart+ endpoints rather than classic endpoints. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "tiktok_get_write_context",
"args": {
"advertiserId": "<string>",
"level": "campaign",
"entityId": "<string>"
}
}
}