Skip to main content
Glama

Get ASO keyword rank (estimated, point-in-time)

get_aso_rank
Read-onlyIdempotent

Point-in-time rank of one app across up to 20 keywords (one live search per keyword, fan-out capped at 20). Every result is labeled estimated:true. This is a snapshot, not rank tracking over time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoLanguage. Derived from country when omitted.
appIdYesTarget app id (Apple trackId or Google package name).
storeYesTarget store.
countryNoISO-3166 alpha-2 storefront/region, lowercase. Defaults to us.
keywordsYesComma-separated keywords, max 20.

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the read-only and idempotent annotations, the description discloses that each search is live, fan-out is capped at 20, results are labeled estimated:true, and this is a snapshot rather than historical tracking. These details add meaningful behavioral context not present in the 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?

Three short sentences deliver the essential information without redundancy. The description is front-loaded with the main purpose and each sentence adds value: scope, live-search behavior, and the estimated/snapshot nature.

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

Completeness5/5

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

For a tool with no output schema, the description covers key behavioral caveats: live search, fan-out cap, estimated flag, and point-in-time semantics. Combined with the rich annotations and complete parameter schema, this gives an agent sufficient context to invoke the tool correctly.

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?

The input schema already provides full descriptions for all five parameters, including max 20 keywords and defaults for country/lang. The description adds the live-search and fan-out behavior but does not significantly enhance parameter-level semantics beyond what the schema offers.

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 states the tool returns point-in-time ASO keyword rank for one app across up to 20 keywords, using a specific verb and scope. It distinguishes itself from sibling tools like get_aso_keywords by emphasizing this is a rank snapshot, not tracking or keyword discovery.

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 description provides clear context: use for a current rank snapshot with up to 20 keywords, with a live search per keyword and fan-out cap. It explicitly says this is not rank tracking over time, offering a when-not-to-use cue, though it does not name an alternative tool for tracking.

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.1/5.0
Disambiguation5/5

Each tool targets a distinct data resource: app details, reviews, permissions, data safety, charts, categories, developer, similar apps, search, autocomplete, and ASO keyword/rank tools. Even get_app vs get_apps_batch is clearly separated by single vs batch/bundleId lookups.

Naming Consistency4/5

Most tools follow a get_* verb_noun pattern (get_app, get_charts, get_developer), but autocomplete_suggest and search_apps deviate slightly. The style is otherwise consistent with clear snake_case naming.

Tool Count5/5

13 tools is well within the ideal range for a store data API serving both Apple and Google. Each tool covers a distinct aspect, and none are redundant or excessive.

Completeness4/5

The tool set covers all major read-only store data needs: search, detailed app info, reviews, charts, categories, developer, similar apps, and ASO insights. Minor gaps include lack of time-series rank tracking and no dedicated changelog endpoint, but version history is included in get_app.