Skip to main content
Glama
get-mcp-ads

TikTok Ads by Get MCP Ads

tiktok get spark ads

tiktok_get_spark_ads
Read-onlyIdempotent

Fetch Spark Ads context from TikTok ad fields, using a conservative fallback when Spark-specific fields are unavailable.

Instructions

Return Spark Ads context from ad fields when available, with a conservative fallback if Spark-specific fields are not supported.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
adIdsNoOptional ad IDs to inspect.
limitNoMaximum number of returned items or rows. The declared bounds and default apply; use pagination for additional results.
adgroupIdNoOptional ad group ID filter.
advertiserIdYesTikTok advertiser ID

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 declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds the 'conservative fallback if Spark-specific fields are not supported' behavior, which is a useful behavioral trait beyond annotations. However, it doesn't disclose error handling, rate limits, or what 'conservative' means in practice.

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?

The description is a single, compact sentence with no filler. It front-loads the primary action (return Spark Ads context) and mentions the fallback. It is concise but not overly terse, earning a strong score.

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 the tool's low complexity (4 parameters, no nested objects), the presence of an output schema, and the annotations covering safety, the description adequately covers what an agent needs. The fallback behavior is mentioned, and the return format is handled by the output schema. Nothing critical is missing, though the meaning of 'Spark Ads context' could be elaborated.

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 all four parameters (adIds, limit, adgroupId, advertiserId) are already documented. The description adds no parameter-specific meaning beyond what the schema provides. The baseline of 3 applies since the schema carries the full burden.

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 clearly states the tool returns Spark Ads context from ad fields, with a specific fallback behavior. It distinguishes itself from siblings like tiktok_get_spark_organic_joins by naming the resource (Spark Ads) and the conservative fallback. However, it doesn't explicitly state what 'Spark Ads context' includes, relying on the output schema for detail.

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 description implies usage for retrieving Spark Ads context when available, but provides no explicit when-to-use or when-not-to-use guidance, nor does it mention alternatives among the sibling tools. The fallback behavior hints at graceful handling, but the agent is left to infer the appropriate context for invocation.

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