aso-to-public
Converts App Store Optimization (ASO) data into structured JSON for web product pages, enabling automated content generation and SEO optimization from app store metadata.
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:
Loads ASO data from .aso/pullData/products/[slug]/store/ (path from ~/.config/pabal-mcp/config.json dataDir)
Generates per-locale conversion prompts to map fullDescription into structured locale JSON (template intro/outro + landing features/screenshots captions)
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
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Product slug |