Skip to main content
Glama
bolin8017

retail-price-tracker-mcp

by bolin8017

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PRICE_TRACKER_DBNoPath to the SQLite database file for storing tracked products and price history.$PWD/tracker.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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
add_productC

Add a retail product URL to the tracker.

list_productsC

List tracked products.

check_productC

Check one product and record history/events.

check_allA

Check all active products; useful for scheduled jobs.

price_historyC

Return price history for a product.

remove_productC

Deactivate tracking for a product.

resolve_productC

Search store adapters for product candidates matching a query.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 7 tools

Disambiguation5/5

Each tool has a clear and distinct purpose: adding, checking (individual or all), listing, viewing history, removing, and searching products. No overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with underscores (e.g., add_product, check_all). The pattern is uniform and predictable.

Tool Count5/5

Seven tools provide a well-scoped set for retail price tracking, covering core operations without excess or deficiency.

Completeness4/5

The set covers add, remove, list, check, history, and search. Missing an update operation for product details, but core tracking workflow is complete.

Maintenance

ActivitySlowing
ResponsivenessUnresponsive