You're viewing a demo portfolio

Join the waitlist
PRSM

get_product_details

Active

Tool of Agentic Shelf

declared in 1.26.0

Get full product details for a SKU, optimized for AI agents (structured JSON). Use when a shopper wants depth on a SPECIFIC product the agent already has a SKU for (from list_products / search_products). For discovery, call those first — this tool is a verifier, not a browser. The description, product_type, and tags answer suitability questions ("does it fit X?", "is it good for Y?") — ground such answers in these fields rather than guessing, and link storefront_url when recommending. Args: sku: Product SKU — e.g. the ``sku`` field returned by list_products. Returns: Catalog dict (title, description, product_type, tags, price, inventory_quantity, available, image_url); ``found`` is False when the SKU is missing.

Parameters schema

{
  "type": "object",
  "title": "get_product_detailsArguments",
  "required": [
    "sku"
  ],
  "properties": {
    "sku": {
      "type": "string",
      "title": "Sku"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Agentic Shelf

https://github.com/vboykoCTO/agentic-shelf

1/7 registries
View full server →