Skip to main content
Glama

Apps that share charts with the user's apps and outrank them

get_rivals
Read-onlyIdempotent

Competitors discovered from the data rather than declared: apps that appear in the same charts as the user's own apps and sit ahead of them, ranked by relevance, with how often and by how much they lead.

Example question: "Who is beating my app right now, and by how much?"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNo
limitNo
countriesNo
platformsNo
rangeDaysNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
endYes
rivalsYes
rangeDaysYes

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already communicate read-only, idempotent, and non-destructive behavior. The description adds context about output content: results are ranked by relevance, include frequency and margin of leading, and are derived from chart co-occurrence. This goes beyond the structured annotations.

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 two sentences: a concise definition and a clarifying example question. Every sentence contributes value, with no fluff or restatement of the title.

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?

With an output schema present, the description doesn't need to explain return values. It covers the core concept, methodology, and a usage scenario. Some minor gaps remain (e.g., chart scope or prerequisite of user apps), but overall it is adequate given the annotations and schema.

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%, so the description carries the full burden for explaining parameters. It mentions no parameter explicitly and does not clarify how end, limit, countries, platforms, or rangeDays affect results. The example question implies a high-level use case but fails to map any parameter to its meaning.

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 clearly defines the tool's resource (rival apps) and action (discover via chart co-occurrence and outranking). It distinguishes itself from siblings like get_leaders or get_chart_top by focusing on apps that outrank the user's apps, reinforced by the example question.

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?

The phrase 'Competitors discovered from the data rather than declared' implies when this tool is appropriate (data-driven discovery) versus a declared list. The example question provides a concrete usage scenario, but the description does not explicitly name alternative tools or formal exclusion conditions.

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