Skip to main content
Glama

aso-to-public

Convert App Store Optimization (ASO) data from pullData into structured public product files for web SEO, enabling synced websites and automated content generation.

Instructions

Converts ASO data from pullData to public/products/[slug]/ structure.

IMPORTANT: Always use 'search-app' tool first to resolve the exact slug before calling this tool. The user may provide an approximate name, bundleId, or packageName - search-app will find and return the correct slug. Never pass user input directly as slug.

This tool:

  1. Loads ASO data from .aso/pullData/products/[slug]/store/ (path from ~/.config/pabal-mcp/config.json dataDir)

  2. Generates per-locale conversion prompts to map fullDescription into structured locale JSON (template intro/outro + landing features/screenshots captions)

  3. Next steps (manual): paste converted JSON into public/products/[slug]/locales/[locale].json and copy screenshots from .aso/pullData if needed

The conversion from unstructured to structured format is performed by Claude based on the conversion prompt.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesProduct slug
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes the tool's multi-step process (loading data, generating prompts, manual next steps), data sources (config.json dataDir), and transformation method (Claude-based conversion). However, it doesn't mention potential errors, performance characteristics, or authentication needs.

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 well-structured with clear sections: purpose statement, important usage warning, numbered steps of the process, and clarification about the conversion method. Every sentence serves a distinct purpose - no redundancy or filler content. The critical warning is appropriately front-loaded.

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?

Given the tool's complexity (multi-step data transformation with manual follow-up), no annotations, and no output schema, the description provides substantial context about the process, data flow, and prerequisites. However, it doesn't describe what happens on tool failure or what the immediate output looks like (though it explains the manual next steps).

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 schema has 100% description coverage for the single parameter 'slug', but the description adds significant value beyond the schema. It explains that slugs must be exact (resolved via search-app), warns against using user input directly, and contextualizes how the slug fits into the file path structure for data loading and output generation.

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 specific action ('converts ASO data') and resource ('from pullData to public/products/[slug]/ structure'), distinguishing it from siblings like 'public-to-aso' (reverse operation) and 'search-app' (slug resolution). It goes beyond the tool name to explain the transformation process.

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

Usage Guidelines5/5

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

The description provides explicit guidance on when to use this tool: 'Always use search-app tool first to resolve the exact slug before calling this tool.' It also specifies when not to use it ('Never pass user input directly as slug') and names the alternative tool ('search-app') for slug resolution.

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/quartz-labs-dev/pabal-resource-mcp'

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