Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
COMMERCE_MCP_DB_PATHNoPath to the SQLite database file. If unset, the server uses commerce.db in the project root../commerce.db

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": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
commerce_parse_productD–
commerce_register_productD–
commerce_sync_productD–
commerce_collect_ordersD–
commerce_process_ordersD–
commerce_manage_inventoryD–
commerce_generate_poD–
commerce_collect_csD–
commerce_respond_csD–
commerce_generate_listingD–
commerce_generate_imageD–
commerce_create_adD–
commerce_report_adD–
commerce_analyticsD–
commerce_daily_briefingD–

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.8/5.0

Scored across 15 tools

Disambiguation3/5

While prefixes help distinguish the domain, boundaries between 'collect_orders' vs 'process_orders' and 'register_product' vs 'sync_product' are unclear. The absence of descriptions exacerbates ambiguity between similar verb pairs.

Naming Consistency5/5

All 15 tools follow a rigid 'commerce_verb_noun' snake_case pattern consistently. The uniform 'commerce_' prefix creates clear namespacing and predictable structure throughout the set.

Tool Count4/5

Fifteen tools is appropriate for a commerce platform covering ads, products, orders, CS, and analytics. However, without descriptions, some tools may be redundant, pushing this slightly below a perfect score.

Completeness2/5

Severe gaps in CRUD coverage: missing read/update/delete for products, orders, and ads. The surface provides creation and generation tools but lacks retrieval and modification operations necessary for a functional commerce workflow.

Maintenance

ActivityInactive
ResponsivenessNo issues