Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
STOREPILOT_ASC_KEY_IDNoKey ID for the App Store Connect API key.
STOREPILOT_ASC_KEY_PATHNoPath to the App Store Connect API key file (.p8).
STOREPILOT_ASC_ISSUER_IDNoIssuer ID for the App Store Connect API key.
STOREPILOT_ASC_VENDOR_NUMBERNoVendor number for App Store Connect sales reports.
STOREPILOT_GOOGLE_CREDENTIALSNoPath to the Google Play service account JSON key file.
STOREPILOT_GOOGLE_REPORTS_BUCKETNoName of the Cloud Storage bucket for Play reports (e.g., pubsite_prod_rev_0123456789).

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
setup_doctorA

Diagnose StorePilot's store credentials and report exactly what is missing.

Runs every setup step independently and reports all of them, so a single failure never hides the rest. For Google Play it verifies: the service account key parses (and shows the email you must grant access to), the Android Publisher API is reachable, the Play Developer Reporting API is reachable and lists your apps, the "Reply to reviews" permission is present (the API returns an empty list rather than an error when it is missing), and the Cloud Storage reports bucket is configured and readable. Each failing step comes with the exact fix. Run this first whenever a Play tool returns empty or unexpected data.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.4/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusion between tools. The tool's purpose is clearly defined and distinct.

Naming Consistency5/5

The single tool name 'setup_doctor' is descriptive and uses snake_case. With only one tool, there are no conflicting naming conventions to create inconsistency.

Tool Count2/5

The server has only one tool, which is too few for a service called StorePilot. The name implies broader functionality like managing reviews, but only a diagnostic helper is provided.

Completeness1/5

The tool only diagnoses credentials and does not provide any actual store management operations. It references 'Play tools' that are absent, leaving the surface severely incomplete.

Maintenance

ActivitySlowing
ResponsivenessNo issues