Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SERPAPI_API_KEYNoSerpApi key for Google Shopping and Amazon engines.
ALIEXPRESS_APP_KEYNoAliExpress Affiliate App Key.
CROSS_SHOP_DATA_DIRNoOverride the default data directory (from platformdirs.user_data_path('cross-shop')).
ALIEXPRESS_APP_SECRETNoAliExpress Affiliate App Secret.

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
searchB

Search 1–100 {store, query} entries. Results use r.. item handles; append . for a variant, then pass handles to product or quote.

productA

Fetch detail for 1–100 product URLs, refs, or r..[.] handles. Product results issue fresh handles for quote.

quoteC

Quote 1–20 stores with 1–20 lines each. Each item accepts a URL, ref, or r..[.] handle; use . for multi-variant products.

imagesA

Download up to ten cached images for item handle r..; selection is N or START:END.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 4 tools

Disambiguation5/5

Each tool performs a distinct operation: search finds items, product retrieves details, quote generates quotes, and images downloads images. There is no overlap in their primary purposes, and the handles passed between them make the workflow clear.

Naming Consistency4/5

All tool names are single lowercase words, which is consistent in format. However, they mix noun and verb forms (search is a verb, product and images are nouns), but this minor inconsistency does not impede predictability.

Tool Count5/5

With exactly 4 tools, the server is tightly scoped to its cross-shop search, product detail, quoting, and image retrieval purpose. Each tool has a clear, non-redundant role, making the count ideal.

Completeness4/5

The tool set covers the core workflow: search, fetch product details, create quotes, and download images. Minor gaps like store listing or order management exist but fall outside the apparent scope of this server.

Maintenance

ActivityMaintained
ResponsivenessNo issues