Skip to main content
Shows the current cart, items and totals, at a linked merchant. Handy for reviewing before checkout.
Not advertised in tools/list by default — the buy tool covers this conversationally. Expert integrations can still call it by name.

Parameters

ParameterTypeRequiredDescription
merchantstringYesThe linked merchant slug.

Returns

A line per item with quantity, name, and price, then the subtotal, plus the total including fees, tax, and delivery when it differs. An empty cart returns “Cart is empty.”

Example

{ "name": "buy_view_cart", "arguments": { "merchant": "goodeggs" } }