Skip to main content
Glama

CreativeScope — Mobile Game Ad Creative Intelligence

get_game_rank_markets

List the countries, app-store categories, stores, and ranking types where a game appeared on a chart during a date range. Returns each observed dimension with best rank, latest rank, and ranked-day count. Ranking types are free, store-paid, and top-grossing. Only Google Play and iPhone App Store are exposed; iPad rankings are excluded. Date range defaults to the last 90 days and cannot exceed 365 days.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum dimension rows to return. Maximum 200; defaults to 100.
storeNoStore: all, google_play, or app_store. Defaults to all.
date_toNoEnd date in YYYY-MM-DD. Defaults to today.
game_idYesEncrypted game ID returned by search_games or as game_id/advertiser_id in other results.
date_fromNoStart date in YYYY-MM-DD. Defaults to 89 days before date_to.
rank_typesNoRanking types: free, store_paid, grossing. Defaults to all three.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / game_id / description
      Previous value: -"Encrypted game ID returned by search_advertisers or as game_id/advertiser_id in other results."New value: +"Encrypted game ID returned by search_games or as game_id/advertiser_id in other results."
  2. First observed

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses scope (Google Play and iPhone App Store only), return metrics (best rank, latest rank, ranked-day count), and date range constraints. However, it does not mention authentication, rate limits, or error behavior, which are gaps for a tool with zero annotation coverage.

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 sentences with no filler. The core action is front-loaded, followed by concise details on return values, ranking types, exclusions, and date constraints. It's efficient and well-structured.

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?

Covers the key aspects: what it returns, limitations (iPad excluded), defaults, and max range. It describes per-dimension metrics despite lacking an output schema. Pagination is implicitly covered via the limit parameter in the schema. Given the tool's complexity, it's reasonably complete, though it could mention explicit pagination behavior.

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 each parameter is already documented in the schema. The description adds slight context (e.g., 'top-grossing' vs 'grossing') and clarifies default date range, but it doesn't add meaningful semantics beyond what the schema provides. Baseline 3 is appropriate per the 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 clearly states the verb (List) and specific resource (game rank markets) with detail on what dimensions are returned. It doesn't explicitly contrast with sibling tools like get_store_game_rank or get_store_game_rank_trend, but the specificity of countries, categories, stores, and ranking types distinguishes it enough for an agent to recognize its unique output.

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?

Provides useful context about default date range and exclusions (iPad), but does not explicitly say when to use this tool versus alternatives. The guidance is implicit through the distinct return type, but there's no direct routing like 'use this instead of get_store_game_rank for aggregated dimensions.'

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.