Skip to main content
Glama
ibrahimhajjaj

seo-console-mcp

app_store_reviews

Retrieve App Store reviews filtered by rating or storefront, calculate mean and star split of fetched reviews. Read-only analysis.

Instructions

Read App Store customer reviews and your responses, filtered by rating or storefront. Reports the mean and star split of the reviews actually fetched, which is not the app's lifetime rating; App Store Connect exposes no aggregate rating resource. Read-only

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoSort order; newest first by default-createdDate
appIdNoApp Store Connect numeric app id; provide this or bundleId
limitNoMaximum reviews to return across pages
ratingNoOnly these star ratings
bundleIdNoBundle id; provide this or appId
maxPagesNoMaximum pages to follow
territoryNoOnly reviews from this storefront

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
appIdYes
notesYes
filtersYes
reviewsYes
bundleIdYes
returnedYes
pagesReadYes
meanOfFetchedYes
withoutResponseYes
histogramOfFetchedYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.18.0

TDQS

A4.2/5.0
Behavior4/5

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

The description discloses a key behavioral trait: the reported mean and star split are computed from the fetched reviews, not the app's lifetime rating, and that App Store Connect exposes no aggregate rating resource. This is valuable context beyond the schema. However, it does not mention pagination behavior, rate limits, or whether responses are included by default, which are minor gaps given the schema already documents pagination parameters.

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 with no wasted words. It front-loads the core action and resource, then adds the critical caveat about the aggregate rating. Every sentence earns its place.

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?

The description is complete for a read-only review-fetching tool. It explains the key caveat about the aggregate rating, and the schema covers all parameters. It could mention whether responses are included by default or how pagination works, but the schema's maxPages and limit parameters already imply pagination. The output schema exists, so return values need not be described.

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?

Schema description coverage is 100%, so the schema already documents all 7 parameters. The description adds context about the meaning of the returned aggregate (mean and star split) but does not add new parameter-level semantics beyond what the schema provides. Baseline 3 is appropriate.

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 ('Read'), a specific resource ('App Store customer reviews and your responses'), and explicit filtering dimensions ('by rating or storefront'). It also distinguishes itself from a potential confusion by clarifying that the reported mean/split is not the app's lifetime rating, which is a meaningful differentiator from other app-related 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 clearly implies when to use this tool: when you need App Store reviews or responses, optionally filtered by rating or storefront. It does not explicitly name alternative tools or state when not to use it, but the context of sibling tools (e.g., app_store_sales, play_store_stats) makes the use case reasonably clear. The clarification about the aggregate rating resource also helps set expectations.

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