Skip to main content
Glama

app-data

app_apple_reviews

V1 App Apple Reviews

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pagesNo
countryNo
trackIdNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

D1.9/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure, but it only restates the tool's name. It does not mention pagination behavior, rate limits, data freshness, or whether the tool fetches reviews for a single app or multiple apps, so the agent has no insight into side effects or operational constraints.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely short, but this is under-specification rather than conciseness. It front-loads nothing useful and every word merely echoes the tool name, so the single sentence does not earn its place.

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

Completeness1/5

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

For a tool with three undocumented parameters, no annotations, and no output schema, the description is completely inadequate. An agent cannot determine what the tool returns, how to set parameters, or how it differs from sibling review/detail tools.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate, but it provides no parameter information. The schema itself only gives names and types (pages, country, trackId), leaving the agent to guess what each parameter means, what formats are expected, and how they interact.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'V1 App Apple Reviews' is a label rather than a statement of function. It names the resource (Apple app reviews) but lacks a verb or any explanation of what the tool does with reviews, and it does not distinguish it from sibling tools like app_apple_details or app_gplay_reviews.

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

Usage Guidelines2/5

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

No guidance is given about when to use this tool versus alternatives. The sibling list includes app_apple_details and app_gplay_reviews, but the description does not mention them or provide any selection criteria, leaving the agent to infer usage from the name alone.

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.