Skip to main content
Glama

AsoTheory

list_tracked_apps

List the apps tracked on this account, optionally filtered by platform.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
platformNoOptional. Omit to list both platforms.

Schema Changelog

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

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

No annotations are provided, but the verb 'List' strongly implies a read-only operation. The description mentions no side effects or mutations, which is appropriate for a listing tool.

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 includes all necessary information without any extraneous words. It is well-structured and immediately understandable.

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?

For a simple list operation with one optional parameter, the description is complete. It specifies the resource scope and the filter, and there is no output schema to describe, so nothing is missing.

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

Parameters4/5

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

The description directly explains the only parameter ('platform') and its optional nature, matching the schema. Since the schema provides the enum values, the description adds just enough context without redundancy.

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 action ('List'), the resource ('apps tracked on this account'), and the optional filter ('by platform'). It is unambiguous and distinct from sibling tools which focus on other resources.

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 explicitly mentions the optional platform filter, telling the agent when to use it. It does not explicitly contrast with siblings, but since all siblings are getters for different resources, the intended usage is clear.

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