Skip to main content
Glama
v-swaggarwal

Product Catalog MCP

by v-swaggarwal

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PRODUCT_CATALOG_FILENoPath to the product catalog Excel file.data/products.xlsx

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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_productsA

List every product in the Excel catalog.

search_productsA

Search products by ID, name, description, category, SKU, manufacturer, or status.

add_productC

Add a product to the Excel catalog.

update_productB

Update a product selected by its current ID or exact name.

delete_productA

Delete a product selected by ID or exact name.

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 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: list all, search with filters, add, update, and delete. No overlap or ambiguity between the operations.

Naming Consistency5/5

All tool names follow the exact same verb_noun pattern (list_products, search_products, add_product, update_product, delete_product). Consistent and predictable.

Tool Count5/5

Five tools perfectly cover the core catalog operations (CRUD plus search). The number is well-scoped and each tool earns its place.

Completeness5/5

The set provides complete lifecycle coverage: list, search, add, update, and delete. There are no obvious dead ends or missing essential operations for a product catalog.

Maintenance

ActivityMaintained
ResponsivenessNo issues