Skip to main content
Glama
RankoR

ASO MCP Server

by RankoR

google-play-validate-short-description

Validate a short description for Google Play Store compliance. Check character limits and formatting rules to avoid rejection.

Instructions

Validate short description for Google Play Store

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
short_descriptionYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorsNo
lengthYes
is_validYes
Behavior1/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. It fails to mention authentication, side effects, whether it is synchronous, or what happens on validation failure. The return value or output schema is not referenced.

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?

While the description is short, it is underspecified and does not earn its place. It repeats the tool name without adding value. A concise description should pack meaningful information; this one sacrifices completeness for brevity.

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

Completeness2/5

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

Given the domain (Google Play Store validation) and the existence of multiple sibling validation tools, the description is incomplete. It does not explain what 'validate' means here (e.g., policy compliance, character count), nor does it hint at the output (e.g., boolean, error list). The output schema exists but is not leveraged.

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

Parameters1/5

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

The sole parameter 'short_description' has no description in the input schema (0% coverage). The tool description adds no constraints, formatting requirements, or accepted ranges, leaving the agent without guidance on valid input.

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 'Validate short description for Google Play Store' is essentially a restatement of the tool name. It does not specify what validation entails (e.g., length, content rules) or how it differs from sibling tools like 'validate-title' or 'validate-full-description'.

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 provided on when to use this tool versus its siblings (e.g., google-play-validate-title, google-play-validate-full-description). The agent is left to infer usage context without explicit direction.

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/RankoR/aso-mcp'

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