Skip to main content
Glama

CreativeScope — Mobile Game Ad Creative Intelligence

get_game_ads_v2

Discover a game's ad plans by countries, platforms, format and dates. Deduplicate cross-month snapshots; each result represents one plan with its associated creative material_reference and response-local plan_sequence, without standalone ad/creative IDs. contains matches any specified country; exclusive requires exact set equality. Pagination reports has_more, not an exact total. Use get_game_platform_stats for totals.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of results; default 20; maximum 100.
offsetNoPagination offset; default 0.
date_toNoEnd date, YYYY-MM-DD; defaults to today unless explicitly required.
game_idYesGame token returned by game search, rankings or details. Pass the token unchanged.
sort_byNoSort order: heat, latest, ending. The first value is the default.
date_fromNoStart date, YYYY-MM-DD. Follow this tool's required-date and range constraints.
video_typeNoCreative format: 0=image, 1=video, 2=playable. Do not combine with material_type/material_types.
country_codesNoArray of ISO 3166-1 alpha-2 delivery-country codes, for example ["TR","US"]; maximum 20.
country_matchNocontains (default): match any specified country. exclusive: the complete delivery-country set must exactly equal the specified set.
material_typeNoFormat: image, video, playable. Mutually exclusive with video_type.
publisher_platformsNoArray of delivery platforms: facebook, instagram, messenger, audience_network, threads, admob, youtube, tiktok, mintegral, unity, applovin, ironsource, vungle or pangle.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.4/5.0
Behavior5/5

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

With no annotations, the description carries the full disclosure burden and meets it: cross-month snapshot deduplication, one-result-per-plan representation, response-local plan_sequence without standalone IDs, has_more pagination rather than exact totals, and contains/exclusive semantics are all stated explicitly. This goes well beyond the structured schema.

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?

Three dense, front-loaded sentences cover purpose, data model, matcher semantics, pagination, and the key alternative. Every sentence contributes information, and there is no filler or repetition of schema content.

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?

For a filtered read tool with no output schema and no annotations, it covers result identity, matcher behavior, pagination, and the totals alternative. It does not fully describe the response envelope or date/range constraints, but the schema handles most parameter mechanics and the tool remains safely invocable.

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 baseline applies. The description mostly re-expresses country_match semantics that the schema already documents, and adds general plan-identity context rather than per-parameter details. It neither compensates for missing schema info nor introduces ambiguity.

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

Purpose5/5

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

The description opens with a specific verb-resource pair ('Discover a game's ad plans') and names the filter dimensions: countries, platforms, format, dates. It also distinguishes itself from material/ad tools by noting results have no standalone ad/creative IDs, and from get_game_platform_stats by directing totals there.

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

Usage Guidelines4/5

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

It provides an explicit routing hint: 'Use get_game_platform_stats for totals.' It also clarifies contains vs exclusive country matching, which tells the agent how to choose match behavior. It does not enumerate all non-use cases, but the data-model caveats give sufficient selection context.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.