Skip to main content
Glama

AsoTheory

get_listing

The stored listing (name, subtitle, description, rating, price) for a tracked app.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_keyYesAn app key from list_tracked_apps, e.g. 'ios:123456789'.
countryNoTwo-letter storefront code, e.g. 'us', 'de'. Defaults to 'us'.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

B3.4/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. It describes a read operation ('stored listing') but does not explicitly state that it is read-only or has no side effects. No error behavior or data source is disclosed.

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 a single, concise sentence that immediately conveys the tool's purpose and the content of the returned listing. No filler or redundant wording.

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 list of returned fields gives useful context for the expected output, and the parameters are well-explained in the schema. Minor gaps include no mention of error cases or whether the listing is return-only, but the tool's simplicity keeps it mostly complete.

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?

The schema provides good coverage for both parameters: app_key has an example and country has a default and description. The description adds no extra semantic detail beyond the schema, so it meets the baseline.

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 retrieves a stored listing for a tracked app and lists the specific fields (name, subtitle, description, rating, price). The verb 'get' and resource 'listing' are explicit, and the tool is distinguished from siblings like get_growth_plan or list_tracked_apps.

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, such as when to prefer get_listing over list_tracked_apps or search_keyword. No context or preconditions are mentioned.

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.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool targets a clearly distinct concern: growth plans, listings, review verdicts, tracked keywords, app lists, and live keyword search. There is no functional overlap between tools like get_tracked_keywords and search_keyword because one reports watchlist history and the other performs ad-hoc research.

Naming Consistency5/5

Tool names follow a consistent verb_noun pattern: get_* for retrieving stored entities, list_* for enumerating apps, and search_keyword for live research. The naming is predictable and immediately conveys each tool's purpose.

Tool Count5/5

Six tools is a well-scoped set for an ASO-focused server, covering the main read-only surfaces without redundancy or unnecessary bulk. Each tool earns its place and the count feels appropriate for the domain.

Completeness5/5

The tool surface covers the core ASO workflows: viewing tracked apps, listing metadata, review verdicts, keyword watchlists, and performing live keyword research. Given the apparent read-only analytics scope, there are no obvious missing operations.

Resources