tiktok get read endpoint
tiktok_get_read_endpointRetrieve data from unmodeled TikTok Business API read endpoints using relative path and query parameters, with validation that blocks OAuth, mutations, downloads, and lead records.
Instructions
Advanced GET-only TikTok Business API escape hatch for documented JSON read endpoints not yet modeled by a specialized MCP tool. Relative v1.3 paths and JSON-compatible query parameters are validated; OAuth, mutations, downloads, and lead-record paths are blocked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | Yes | Relative endpoint such as split_test/result/get, file/video/ad/info, store/list, or business/video/list | |
| parameters | No | Native query parameters for this allowlisted read endpoint. Do not provide credentials or account overrides. |
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. |