Skip to main content
Glama
get-mcp-ads

TikTok Ads by Get MCP Ads

tiktok get search ads maturity

tiktok_get_search_ads_maturity
Read-onlyIdempotent

Diagnose TikTok Search Ads maturity by analyzing keyword and search-term reporting, with optional keyword recommendations. Read-only tool for identifying optimization opportunities.

Instructions

Diagnose TikTok Search Ads maturity from keyword/search-term reporting and optional keyword recommendation endpoints. Read-only diagnostics only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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.
dataLevelNoTikTok reporting aggregation level. Metrics and dimensions must be compatible with this level.AUCTION_ADGROUP
startDateNoStart date YYYY-MM-DD. Defaults to 14 days ago.
advertiserIdYesTikTok advertiser ID
seedKeywordsNoOptional seed keywords for keyword recommendation endpoint diagnostics.

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.5/5.0
Behavior3/5

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

Annotations already supply readOnlyHint=true, idempotentHint=true, openWorldHint=true, and destructiveHint=false. The description reinforces read-only behavior and adds that it works from keyword/search-term reporting and optional keyword recommendation endpoints, but it does not add significant behavioral detail beyond the annotations.

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

Conciseness4/5

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

Two short sentences, front-loaded with purpose. The second sentence restates read-only behavior already present in annotations, which is slightly redundant, so not a perfect 5.

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?

The tool has an output schema, full schema parameter descriptions, and strong annotations. The description adequately states the tool's purpose and data sources; combined with structured fields, an agent has enough to invoke it. It lacks explicit usage guidance, which is already scored separately.

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 coverage is 100%, so the baseline applies. The description does not explain parameter syntax or defaults, though 'optional keyword recommendation endpoints' loosely maps to seedKeywords. The schema carries parameter meaning.

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 uses a specific verb ('Diagnose') and a specific resource ('TikTok Search Ads maturity') and names the data sources. It is clear, but it does not explicitly differentiate from sibling diagnostic tools such as tiktok_shop_catalog_diagnostics or tiktok_creative_fatigue_recipes.

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

Usage Guidelines3/5

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

The intended use is implied by 'Diagnose TikTok Search Ads maturity' and 'Read-only diagnostics only,' but there is no explicit guidance on when to choose this tool over sibling tools or when not to use it. No alternative tools are named.

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