Use this skill when asked to fetch or look up a product from the store: "dame el producto 776", "qué stock tiene el producto 711?", "mostrame el precio del producto 879", "traeme info del artículo con id X", "cuántas unidades quedan del producto X?", or any question that requires retrieving product details, stock levels, or pricing from Tienda Nube. This is the Tienda Nube channel view — it reads the live store catalog.
Fetches a single product from the Tienda Nube store using the get_product
MCP tool. Returns a structured product card with name, price, and stock
levels per variant. This is a read-only operation — it never modifies catalog
data.
Extract the product ID from the user's message.
| Input type | Strategy |
|---|---|
| Explicit ID ("producto 776") | Use directly as product_id |
| Name or SKU | Inform the user that get_product requires a numeric ID; ask for it |
| "El último / el más caro" | Explain that listing/filtering is out of scope; ask for a specific ID |
If no product ID can be resolved, ask the user:
¿Podés darme el ID numérico del producto?