Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BIGGO_MCP_SERVER_REGIONNoRegion for product searchTW
BIGGO_MCP_SERVER_CLIENT_IDYesBigGo Client ID - Required for specification search
BIGGO_MCP_SERVER_CLIENT_SECRETYesBigGo Client Secret - Required for specification search

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
product_searchD

Product Search

price_history_with_urlD

Product Price History With URL

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one for product search and one for price history. There is no overlap or ambiguity.

Naming Consistency4/5

Both tools use snake_case and are descriptive, but 'price_history_with_url' includes a preposition while 'product_search' is simpler, showing slight inconsistency in structure.

Tool Count2/5

With only 2 tools, the server feels under-scoped for a product search domain, limiting its utility. Typically at least 3-5 tools are expected.

Completeness2/5

Missing essential tools like product detail, category listing, or filters. The surface only covers search and price history, leaving significant gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues