The Bag Kenya — MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| browse_productsA | Browse all available products at The Bag Kenya. Returns a list of products with names, prices, categories, and availability. Use this to discover what's available. |
| search_productsB | Search for products at The Bag Kenya by name, description, or style. Use natural language like 'crop tee' or 'casual pants'. |
| get_productA | Get full details for a specific product at The Bag Kenya including sizes, colors, price, and availability. |
| check_stockA | Check if a specific product size/color combination is available at The Bag Kenya. |
| generate_cart_linkA | Generate a shareable link to The Bag Kenya with pre-selected products. The user can open this link and go directly to checkout. This is the best way to help someone buy items. |
| browse_bundlesA | Browse curated product bundles at The Bag Kenya. Bundles offer multiple items at a discounted price. |
| browse_categoriesA | List available product categories at The Bag Kenya with product counts. |
| get_styling_adviceA | Get styling recommendations from The Bag Kenya's collection based on occasion, style preference, or budget. |
| read_blogB | Read fashion blog posts from The Bag Kenya — styling guides, trend reports, and product roundups. |
| store_infoA | Get information about The Bag Kenya — delivery, payment methods, returns policy, and contact details. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| catalog |
TDQS
Scored across 10 tools
Each tool targets a distinct aspect of the shopping experience: product discovery, details, stock, cart, bundles, categories, styling, blog, and store info. There is mild overlap between browse_products and search_products, but their descriptions clarify usage.
Most tools follow a verb_noun pattern (browse_products, search_products, get_product, check_stock, generate_cart_link, browse_bundles, browse_categories, get_styling_advice, read_blog). 'store_info' breaks the pattern but is still readable.
10 tools is well-scoped for an e-commerce store, covering product discovery, purchase facilitation, and supporting content without being bloated.
The tool set covers the core shopping flow: browse/search, view details, check stock, generate cart link. It also includes bundles, styling advice, blog, and store info, making it fairly complete. Minor gaps exist such as no explicit user account or order tracking, but these are outside the typical MCP scope.