Skip to main content
Glama

42matters

Fortytwo Top Charts

fortytwo_top_charts
Read-onlyIdempotent

Get a ranked top-chart list (top free, top paid, top grossing, etc.) for a country and category. Android uses cat_key (e.g. "OVERALL"); iOS uses genre_id (e.g. "36" for the overall/all-apps genre) plus optional device_type. Example: fortytwo_top_charts({ platform: "android", list_name: "topselling_free", cat_key: "OVERALL", country: "US", limit: 10, _apiKey: "your-token" })

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination (optional).
limitNoNumber of ranked results (1-100). Default 10.
_apiKeyYes42matters API access token (get one at https://42matters.com/pricing).
cat_keyNoAndroid only — category key, e.g. "OVERALL" or a Google Play category id. Default "OVERALL".
countryNo2-letter country code for the chart (default "US").
genre_idNoiOS only — App Store genre/category id (e.g. "36" for all apps).
platformNoApp store to query: "android" (Google Play) or "ios" (Apple App Store). Defaults to "android".
list_nameNoChart type. Android: "topselling_free", "topselling_paid", "topgrossing", "movers_shakers", "topselling_new_free", "topselling_new_paid". iOS: "topselling_free", "topselling_paid", "topgrossing". Default "topselling_free".
device_typeNoiOS only — "iphone" or "ipad" (optional).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, openWorldHint, and destructiveHint=false, so the safety profile is covered. The description adds useful platform-specific behavior: Android uses cat_key, while iOS uses genre_id plus optional device_type.

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?

It is front-loaded with the core action, followed by necessary platform-specific details and a compact example. Every sentence contributes to correct invocation without unnecessary verbosity.

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?

For a 9-parameter tool with 100% schema coverage and rich annotations, the description covers the main invocation ambiguity: Android vs iOS category parameters. It does not describe return values or pagination behavior, but the schema documents page and limit, and no output schema exists.

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 description coverage is 100%, so the baseline would be 3. The description goes beyond the schema by giving a concrete invocation example and clarifying platform-specific parameter usage such as cat_key for Android and genre_id for iOS.

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 and resource: 'Get a ranked top-chart list' for a country and category. It also names the chart types and platform distinction, making it clearly distinguishable from sibling app lookup/search tools.

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

Usage Guidelines3/5

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

Usage is implied by the purpose: retrieve ranked store charts for a country/category. However, it does not explicitly say when to choose this tool over alternatives such as fortytwo_app_search or fortytwo_app_lookup, nor does it state any exclusions.

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.