Skip to main content
Glama

app_ratings_by_ticker

Retrieve normalized app ratings and install counts for a ticker from Google Play and Apple App Store. Supports date filtering and paging.

Instructions

Normalized app ratings with paging over series. JSON: { format: "json", ticker, name, series: [{date, play_store_score, play_store_ratings_count, app_store_score, app_store_ratings_count, play_store_install_count}, ...], series_count, series_total } CSV: CSV text of the sliced series.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reqYes
Behavior2/5

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

With no annotations provided, the description must disclose behavioral traits. It only mentions paging, not whether the operation is read-only, any authentication requirements, rate limits, or mutability. The format spec implies read operation but not explicitly.

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 very short but includes a full JSON schema and CSV example, which is verbose and not typical for a tool description. It is not front-loaded; the key purpose is stated first, but the bulk is a raw format dump.

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

Completeness3/5

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

Given the tool's simplicity, the description covers the core purpose and provides return format details (since no output schema). However, it omits context like typical use cases, data freshness, or how paging works in practice.

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?

The context indicates 0% schema description coverage, meaning the description must compensate. It does not explain any parameters beyond the implicit 'ticker'. The JSON/CSV format shows output structure but not input semantics. The schema itself provides descriptions for each parameter, but the description adds no value.

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

Purpose4/5

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

The tool name app_ratings_by_ticker combined with 'Normalized app ratings' clearly indicates it retrieves app store ratings for a given ticker. The mention of paging over 'series' hints at the data structure. However, the term 'normalized' is not explained and may confuse some agents.

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?

The description provides no guidance on when to use this tool versus alternatives like screener_app_ratings or other by_ticker tools. There is no mention of prerequisites, context, or exclusions, 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.

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/ahmetsbilgin/finbrain-mcp'

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