Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PANGOLINFO_API_KEYYesYour Pangolinfo API key. Get one from the Amazon Review API page.

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
get_amazon_reviewsA

Fetch a paginated page of Amazon reviews for an ASIN.

find_complaint_signalsB

Extract complaint-like reviews and recurring VOC signals from an ASIN review page.

summarize_review_ratingsA

Return deterministic rating counts, average rating and review volume from an ASIN review page.

filter_review_mediaA

Filter reviews that contain image or video/media evidence.

compare_review_pagesA

Compare rating and complaint signals for two ASINs using one review page per product.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct action on Amazon review data: fetching raw pages, extracting complaints, summarizing ratings, filtering media, and comparing products. There is little risk of selecting the wrong tool for a task.

Naming Consistency5/5

All tool names follow a clear lowercase verb_noun pattern with descriptive, specific verbs: get, find, summarize, filter, compare. The naming is consistent and predictable across the entire set.

Tool Count5/5

Five tools is well-scoped for an Amazon reviews analysis server. Each tool covers a distinct aspect of the workflow without unnecessary redundancy or bloat.

Completeness4/5

The tool set covers core review retrieval, analysis, and comparison workflows well. Minor gaps exist around multi-page aggregation or deeper per-review detail, but agents can accomplish the main review-analysis tasks without dead ends.

Maintenance

ActivityMaintained
ResponsivenessNo issues