get_product_details
ActiveTool of Agentic Shelf
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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Agentic Shelf
https://github.com/vboykoCTO/agentic-shelf
1/7 registries