Skip to main content
Glama

CreativeScope — Mobile Game Ad Creative Intelligence

get_store_game_rank

Get official Google Play or iPhone App Store free, paid or grossing charts by day, week or month and official category. country_code must be explicitly specified by the user; otherwise get_store_game_rank_filter and ask for the country. Return current, best and previous ranks, movement, hourly rank curves and game tokens.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoChart date: YYYY-MM-DD, or YYYY-MM for monthly charts. Omit for the latest available period.
limitNoNumber of results; default 20; maximum 100.
offsetNoPagination offset; default 0.
periodNoChart period: day (default), week, month.
platformNoStore platform: 1=Google Play, 2=iPhone App Store.
rank_typeNoChart type: 0=free (default), 1=paid, 2=grossing.
categoriesNoOfficial store category code or canonical category name. Use get_store_game_rank_filter to obtain valid platform-specific values.
country_codeYesISO 3166-1 alpha-2 country code, such as US or TR. Follow this tool's country-selection rules.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the requirement for country_code, the fallback behavior, and the data returned (ranks, movement, curves, tokens). However, it does not explicitly state that the operation is read-only or mention any side effects, permissions, or rate limits. For a get-style tool, this is acceptable but not exhaustive; a 3 is appropriate.

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?

The description is concise—two sentences—and front-loaded with the core purpose. It avoids redundancy with the schema and packs essential routing and output information into a compact space. There is no wasted verbiage.

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?

Although there is no output schema, the description explicitly lists the return data (current/best/previous ranks, movement, hourly rank curves, game tokens). It also mentions the need to consult the filter tool for valid categories and country selection, covering important prerequisites. It does not elaborate on pagination behavior, but the schema already covers limit/offset, so this is acceptable. Overall, it is complete enough for an agent to invoke correctly.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds meaningful value beyond the schema: it highlights that country_code is mandatory and directs users to get_store_game_rank_filter for valid categories and country selection, which enriches the understanding of those parameters without repeating their schema descriptions.

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 states a specific verb ('Get'), the resource ('official Google Play or iPhone App Store charts'), and the key parameters (free/paid/grossing, day/week/month, category). It clearly distinguishes itself from the sibling filter tool by name, leaving no ambiguity about what this tool retrieves.

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

Usage Guidelines5/5

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

The description explicitly says when to use this tool vs. the alternative: 'country_code must be explicitly specified by the user; otherwise get_store_game_rank_filter and ask for the country.' This provides clear conditional routing and names the fallback tool, which is exemplary guidance.

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.