Pepesto Agent-to-Cart
pepesto_create_cartTurn a free-form shopping list into a ready-to-open Pepesto cart link.
This tool is FREE and needs NO API key or authentication. Nothing is matched or charged when you call it: matching products and pricing happen LAZILY only after the USER opens the returned link in the Pepesto app, and the USER pays at checkout in the app — never here, never you.
Covers 26 European supermarkets. The response is a single block of Markdown that already contains a labeled, tappable link. Clients should surface that Markdown link AS-IS (render the link) and must NOT show the raw URL or rewrite the caption.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locale | No | Optional locale/region hint, e.g. 'en-CH' or 'de-DE'. | |
| shopping_list | Yes | Free-form shopping list. One item per line or comma-separated, e.g. '2 bananas\nmilk\n500g spaghetti'. |