Skip to main content
Glama
LaurMost

App Store MCP Server

by LaurMost

Get App Store reviews

get_app_store_reviews
Read-onlyIdempotent

Fetch recent public customer reviews for any iOS app. Supports per-country filtering, sorting by recency or helpfulness, and up to 500 reviews per request.

Instructions

Fetch recent public customer reviews for an app. Best-effort: sourced from an undocumented Apple feed capped at ~500 reviews per storefront, with a small page-sourced fallback when the feed is empty. Reviews are per-country.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNo'most_recent' or 'most_helpful'.most_recent
limitNoMax reviews to return (1-500; Apple caps the underlying feed at ~500 per storefront regardless of this value).
countryNoISO 3166-1 alpha-2 storefront code, e.g. 'us', 'de', 'jp'. Defaults to the country in the URL if one was passed, else 'us'.
app_id_or_urlYesNumeric App Store app ID or a full apps.apple.com URL.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
metaYes
app_idYes
reviewsYes
sourcesYes
Behavior5/5

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

The description adds significant behavioral context beyond annotations: best-effort sourcing, undocumented Apple feed, ~500 review cap per storefront, page-sourced fallback, and per-country data. No contradiction with 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 three sentences, front-loads the main action, and conveys essential limitations without unnecessary detail. Every sentence adds value.

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?

Given the presence of an output schema, the description does not need to explain return values. It covers behavior, limitations, and per-country scope, making it complete for a moderately complex tool with 4 parameters.

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?

All parameters are documented in the schema with clear descriptions. The tool description adds context about the feed cap and fallback, which indirectly relates to limit and country, but does not significantly enhance meaning beyond the schema.

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 fetches recent public customer reviews for an app, specifies it is per-country and best-effort, and distinguishes it from sibling tools like compare_app_store_apps and digest_app_store_reviews by focusing on raw review retrieval.

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?

The description implies when to use (fetch reviews) and notes limitations (best-effort, capped feed, fallback), but does not explicitly compare with siblings or provide when-not-to-use guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/LaurMost/appstore-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server