Skip to main content
Glama

Day-by-day chart positions for one tracked app

get_app_history
Read-onlyIdempotent

Raw rank observations, newest first, for trend questions. Filter by country, platform, chart type or category, because an unfiltered portfolio-wide history is large and will be truncated. Only apps the user tracks have history.

Example question: "Show my app's daily rank in France over the last month."

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
countryNo
genreIdNo
platformNo
chartTypeNo
sinceDaysNo
appStoreIdYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
historyYes
sinceDaysYes
truncatedYes
appStoreIdYes

TDQS

A4.4/5.0
Behavior5/5

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

The description adds substantial behavioral context beyond the annotations: results are ordered 'newest first', an unfiltered query 'will be truncated', and data only exists for 'apps the user tracks'. These are important operational characteristics that help set expectations and guide filtering, going beyond the read-only and idempotent hints already provided.

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 three purposeful sentences plus an example, with the core functionality stated first. Every sentence adds value: purpose, filtering caveat, scope limitation, and a concrete usage example. No redundant fluff.

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?

Given the tool has 7 parameters and an output schema, the description provides a good high-level context: it states the use case, ordering, truncation risk, data availability scope, and a real-world example. However, it could be more complete by explicitly linking parameters to their roles and describing pagination behavior, though the output schema may cover return structure.

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?

With schema description coverage at 0%, the description must compensate for parameter understanding. It mentions filter dimensions (country, platform, chart type, category) and the example implies time range ('over the last month') and app identification ('my app'), but it does not explicitly explain 'limit', 'sinceDays', or 'appStoreId' semantics. The truncation warning indirectly hints at 'limit', but overall parameter meanings are only partially conveyed.

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 'raw rank observations, newest first' for trend questions, which is a specific verb+resource with an explicit purpose. It distinguishes from siblings by noting it applies to 'apps the user tracks' and focuses on historical data for trend analysis, unlike current-rank or chart-list tools.

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 guidance on when to use it ('for trend questions') and includes a concrete example question. It warns about the need to filter by country/platform/chart type/category to avoid truncation, and mentions the prerequisite that only tracked apps have history. However, it does not explicitly name alternative tools for when this one should not be used.

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