Skip to main content
Glama
erayendes

Mogut — App Store Growth MCP

mogut_status

Inspect current App Store Growth status: tier, loaded profiles, credential and source state, database info, and next-tier entitlements. Test stored credentials with verify to expose invalid logins via live API calls.

Instructions

Current tier, loaded profiles, credential and optional-key state, source health, database info, and what the next tier would add. With verify=true each stored credential is tested against its live API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
verifyNotest every stored credential against its API (one live call per source)
Behavior4/5

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

Annotations are absent, so the description carries the full behavioral burden. It meaningfully discloses that verify=true triggers a live API test of each stored credential, which is the key side-effect an agent needs to anticipate. It doesn't note potential slowness or failure modes, but it is still notably transparent for a status tool.

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

Conciseness4/5

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

Two sentences, and both are informative. The first fronts the categories that compose the status report; the second explains the optional verify behavior. No excess text or repetition is present.

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?

With one optional boolean parameter and no output schema, the description gives enough of what it returns to call the tool correctly. It could be more explicit about how credentials are represented when verification fails or what exactly 'next tier would add' looks like, but the current text provides a suitable functional map.

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 already contains the parameter definition, including the behavior, with 100% coverage. The description largely restates this: 'each stored credential is tested against its API' mirrors the schema. It adds no additional semantic detail.

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 description enumerates specific status categories — current tier, loaded profiles, credential/optional-key state, source health, database info, and next-tier additions — so the tool's purpose is clear despite the absence of an explicit verb. It also broadly differentiates itself from sibling tools that perform setup checks or discovery, since this is the only status-oriented one that returns this exact bundled snapshot.

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

Usage Guidelines3/5

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

The listed content implies this is the tool to inspect overall system state, but no explicit when-to-use guidance is given. There is no mention of when an agent should prefer mogut_setup_check or mogut_discover_profiles instead, so usage has to be inferred.

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/erayendes/app-store-growth-mcp'

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