Skip to main content
Glama

Per-country and per-platform best ranks for one app

get_app_country_ranks
Read-onlyIdempotent

The country grid for a single app over a date window, with the previous window's rank for comparison, plus the per-platform breakdown. Works for any app in the catalog, not only tracked ones, but untracked apps return a single recent day rather than a full window.

Example question: "Where does my app rank across Europe right now?"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNo
countriesNo
platformsNo
rangeDaysNo
appStoreIdYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
endYes
top5Yes
ranksYes
top25Yes
countriesYes
rangeDaysYes
appStoreIdYes

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior, so the safety profile is clear. The description adds key behavioral context beyond annotations: untracked apps return only a single recent day rather than a full window, which is valuable for setting expectations.

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 and well-structured: a dense first sentence states the core behavior, followed by a useful caveat and an example question. Every sentence earns its place with no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The output schema likely covers return values, and the description adequately conveys the tool's purpose and the untracked-app caveat. However, with five parameters and no schema descriptions, the lack of parameter guidance is a significant gap, especially for configuring countries/platforms and date windows.

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

Parameters2/5

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

Schema description coverage is 0%, and the description does not explain individual parameters like countries, platforms, rangeDays, or end. The only implicit hint is that appStoreId identifies the app, but the format, defaults, and relationships between parameters are left undocumented, forcing the agent to infer from parameter names alone.

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 explicitly states the tool retrieves a country grid for a single app over a date window, including previous-window comparison and per-platform breakdown. This is a specific verb+resource that clearly distinguishes it from siblings like get_chart_top or get_app_history.

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 example question ('Where does my app rank across Europe right now?') that signals the appropriate use case, and mentions that it works for untracked apps (with a caveat). However, it does not explicitly name alternatives or state when not to use this tool.

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.

TDQS

A4.3/5.0
Disambiguation4/5

Tools are mostly distinct, but get_app_country_ranks and get_app_history both expose per-app rank time series, and get_daily_report overlaps with get_apps_overview in portfolio summary. Descriptions clarify differences, but an agent could still misselect without careful reading.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case, using either 'get' or 'list' as verbs. No mixed conventions or inconsistent verb styles.

Tool Count5/5

9 tools is well-scoped for an app store ranking analytics server, covering portfolio, chart, app-level, competitor, and reference data without feeling bloated or thin.

Completeness4/5

The tool surface covers the core analysis workflows: portfolio overview, per-app rank history and geography, chart exploration, competitor discovery, and daily digest. Minor gaps include no tool to manage tracked apps (add/remove) and no quota status check, but these are peripheral to the ranking analysis purpose.

Resources