Skip to main content
Glama

init-project

Initialize project by converting App Store Optimization data into Web SEO content. Guides through validation and next steps for synced websites.

Instructions

Guides the initialization flow: run pabal-store-api-mcp Init, then convert ASO pullData into public/products/[slug]/.

This tool is read-only and returns a checklist. It does not call pabal-store-api-mcp directly or write files.

Steps:

  1. Ensure pabal-store-api-mcp 'init' ran and .aso/pullData/products/[slug]/ exists (path from ~/.config/pabal-mcp/config.json dataDir)

  2. Convert pulled ASO data -> public/products/[slug]/ using pabal-resource-mcp tools (aso-to-public, public-to-aso dry run)

  3. Validate outputs and next actions

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugNoOptional product slug to focus on. Defaults to all slugs in .aso/pullData/products/
Behavior4/5

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

With no annotations provided, the description carries full burden and discloses key behavioral traits: it's 'read-only and returns a checklist,' does not directly call external APIs or write files, and outlines a multi-step workflow with validation. This covers safety, output format, and operational constraints adequately for a guidance tool.

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

Conciseness3/5

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

The description is front-loaded with core purpose but includes a verbose step-by-step list that could be condensed. Sentences like 'It does not call pabal-store-api-mcp directly or write files' are useful, but the procedural details might be excessive for a tool description, reducing efficiency.

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 no annotations and no output schema, the description compensates well by explaining the read-only nature, checklist output, and workflow steps. It covers the tool's role in the context of sibling tools and external dependencies, though it could briefly mention error handling or typical use cases for completeness.

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 input schema has 100% coverage with one optional parameter 'slug' well-described. The description adds context by mentioning 'Defaults to all slugs in .aso/pullData/products/' and using 'slug' in Step 1, clarifying its role in the initialization flow beyond the schema's basic definition.

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 clearly states the tool 'Guides the initialization flow' with specific steps involving pabal-store-api-mcp and pabal-resource-mcp tools, distinguishing it from siblings like 'aso-to-public' or 'validate-aso' which perform more specific operations. However, it doesn't explicitly name the resource being initialized (e.g., 'project' or 'product data pipeline'), leaving some ambiguity.

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: 'run pabal-store-api-mcp Init, then convert ASO pullData' and specifies prerequisites in Step 1. It distinguishes from alternatives by noting it 'does not call pabal-store-api-mcp directly or write files,' implying other tools handle those actions.

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