Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GOOGLE_APPLICATION_CREDENTIALSYesPath to the service-account JSON key file

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_reviewsA

List recent user reviews for an app (Google Play returns reviews where the user left text, typically from the last week). Each review includes its reviewId, author, star rating, comment text, device/app-version, and the existing developer reply if one exists. Page with nextPageToken.

reply_to_reviewA

Reply to a user review. Replies are limited to 350 characters. Replying again to the same review edits the existing reply.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 2 tools

Disambiguation5/5

Each tool has a distinct purpose: one lists reviews, the other replies to a review. There is no overlap in functionality.

Naming Consistency5/5

Both tool names follow the verb_noun pattern with underscores, consistent and predictable.

Tool Count3/5

With only 2 tools, the server covers the core actions for Google Play reviews but feels minimal. A moderate scope would include 3-5 tools (e.g., get review details, delete reply), so the count is borderline.

Completeness3/5

The server provides listing and replying, but misses common operations like fetching a single review by ID or deleting a reply. The limited time window for list_reviews also restricts functionality. These gaps are notable but not severe.

Maintenance

ActivityInactive
ResponsivenessNo issues