Skip to main content
Glama
get-mcp-ads

TikTok Ads by Get MCP Ads

tiktok get shop catalog diagnostics

tiktok_get_shop_catalog_diagnostics
Read-onlyIdempotent

Diagnose TikTok Shop catalog health by retrieving catalog reporting or Shop auction metrics, and return endpoint warnings when catalog permissions are unavailable.

Instructions

Read-only TikTok Shop/catalog/e-commerce diagnostics. Tries catalog reporting first, then Shop auction metrics, and returns endpoint warnings when catalog permissions are unavailable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bcIdNoOptional TikTok Business Center ID. Defaults to TIKTOK_BC_ID/TIKTOK_BUSINESS_CENTER_ID, then advertiser discovery.
limitNoMaximum number of returned items or rows. The declared bounds and default apply; use pagination for additional results.
endDateNoEnd date YYYY-MM-DD. Defaults to today.
catalogIdNoOptional catalog ID for product/product-set inventory endpoint attempts.
dimensionNoReporting dimension used to group and compare results.product_id
startDateNoStart date YYYY-MM-DD. Defaults to 14 days ago.
productIdsNoOptional product IDs to filter report rows where supported.
advertiserIdYesTikTok advertiser ID
includeDailyNoAdd stat_time_day to report dimensions where supported.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYesOriginal tool result: parsed JSON when the text is JSON, otherwise the text or multiple MCP content blocks. Provider fields depend on the selected query.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.1

TDQS

A3.6/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description adds valuable behavior beyond the annotations: it discloses a fallback chain (catalog reporting → Shop auction metrics) and notes that endpoint warnings are returned when catalog permissions are unavailable. This supplements the readOnlyHint, openWorldHint, and idempotentHint without contradicting them.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

One compact sentence that front-loads the read-only domain and packs in the fallback behavior and warning behavior. Every part earns its place; there is no filler or repetition of annotation data.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given a fully described schema, an output schema, and annotations covering the safety profile, the description covers the essential behavioral complexity—fallback logic and permission warnings. The only notable gap is the lack of guidance for choosing this tool over the many reporting siblings, but that is a usage-guideline concern rather than a completeness gap for invoking it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the parameters are fully documented in the input schema. The description itself contributes no additional parameter-level semantics beyond what the schema already provides, which is acceptable at the baseline for high coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies a specific domain—TikTok Shop/catalog/e-commerce diagnostics—and explains the core behavior of trying catalog reporting first, then Shop auction metrics. It is clear about the read-only nature, though 'diagnostics' is a noun rather than an explicit verb like 'retrieve' or 'get'. It does not explicitly contrast with sibling tools, but the scope is distinctive enough.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No when-to-use or when-not-to-use guidance is provided, and no alternatives are named relative to siblings like tiktok_get_insights or tiktok_get_report_raw. The phrase 'TikTok Shop/catalog/e-commerce diagnostics' implies a niche use case, but the description leaves the choice entirely to inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.