Skip to main content
Glama

Server Details

Agentic commerce with 58 MCP tools for product search, checkout, A2A negotiation, C-Suite analytics.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 7 tool updates
    • Addedbatch_get_products
    • Addedcompare_price
    • Addedget_inventory
    • Changedget_product2 fields changed
      • changedInput schema / properties / store_id / description
        Previous value: -"Store ID from search_products results — identifies which store to query"New value: +"Store ID from search_products results"
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "properties": {
        +    "currency": {
        +      "type": "string"
        +    },
        +    "in_stock": {
        +      "type": "boolean"
        +    },
        +    "price": {
        +      "type": "number"
        +    },
        +    "product_id": {
        +      "type": "string"
        +    },
        +    "product_url": {
        +      "type": "string"
        +    },
        +    "sale_price": {
        +      "type": "number"
        +    },
        +    "store_name": {
        +      "type": "string"
        +    },
        +    "title": {
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
    • Addedquery_coupon
    • Changedsearch_products3 fields changed
      • changedInput schema / properties / category / description
        Previous value: -"Filter by product category (e.g. \"electronics\", \"clothing\", \"home\")"New value: +"Filter by product category"
      • changedInput schema / properties / query / description
        Previous value: -"What product to search for. Be specific — include brand, features, or use case (e.g. \"Sony noise-canceling headphones under $200\" or \"lightweight running shoes for marathon training\")"New value: +"What product to search for. Be specific."
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "properties": {
        +    "query": {
        +      "description": "The search query used",
        +      "type": "string"
        +    },
        +    "results": {
        +      "description": "Array of product results",
        +      "type": "array"
        +    },
        +    "total": {
        +      "description": "Total number of results",
        +      "type": "integer"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedtrending_products1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "properties": {
        +    "rankings": {
        +      "description": "Array of trending products ranked by search volume",
        +      "type": "array"
        +    }
        +  },
        +  "type": "object"
        +}
  2. 3 tool updates
    • Changedget_product4 fields changed
      • changedInput schema / properties / product_id / description
        Previous value: -"Product ID"New value: +"Product ID from search_products results"
      • changedInput schema / properties / product_id / type
        Previous value: -"integer"New value: +"string"
      • addedInput schema / properties / store_id
        Added value: +{
        +  "description": "Store ID from search_products results — identifies which store to query",
        +  "type": "integer"
        +}
      • changedInput schema / required
        Previous value: -[
        -  "product_id"
        -]New value: +[
        +  "product_id",
        +  "store_id"
        +]
    • Changedsearch_products4 fields changed
      • addedInput schema / properties / category
        Added value: +{
        +  "description": "Filter by product category (e.g. \"electronics\", \"clothing\", \"home\")",
        +  "type": "string"
        +}
      • addedInput schema / properties / limit
        Added value: +{
        +  "description": "Max results (default 10, max 50)",
        +  "type": "integer"
        +}
      • addedInput schema / properties / max_price
        Added value: +{
        +  "description": "Maximum price filter in USD",
        +  "type": "number"
        +}
      • changedInput schema / properties / query / description
        Previous value: -"Search keyword"New value: +"What product to search for. Be specific — include brand, features, or use case (e.g. \"Sony noise-canceling headphones under $200\" or \"lightweight running shoes for marathon training\")"
    • Addedtrending_products
  3. 2 tool updates
    • First observedget_product
    • First observedsearch_products

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Agentic commerce infrastructure for AI agents. MCP-native product discovery, contextual ad matching, and purchase facilitation with European privacy compliance (nDSG/GDPR).
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents and humans to search products across multiple stores, compare prices, and place real orders directly from the terminal using 46 MCP tools.
    87
    2
    MIT
  • A
    license
    D
    quality
    D
    maintenance
    Enables natural-language control of e-commerce operations including product management, order processing, inventory tracking, customer service, content generation, and advertising analytics through 15 integrated MCP tools. Provides a local-first commerce automation solution with SQLite storage and extensible channel adapters for end-to-end online store workflows.
    15
    3
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: batch vs single product query, price comparison, inventory status, coupon lookup, product search, and trending. Overlaps (e.g., get_product and get_inventory both involve inventory) are minimal and well-justified by different granularities.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern: batch_get, compare, get, get, query, search, trending. No mixing of styles or ambiguous verbs.

Tool Count5/5

7 tools is well-scoped for an e-commerce information retrieval server. It covers core operations (search, detail, price, inventory, coupons, trending) without being too few or too many.

Completeness3/5

The tool set is strong on querying but lacks any transactional actions (e.g., add to cart, purchase, manage orders). For a full commerce agent, this is a notable gap. However, it covers the stated 'query and compare' domain adequately.

Resources