Pepesto Oneshot (recipe → cart)
pepesto_oneshotTurn any recipe URL, text, or photo into a checkout-ready cart for a European supermarket. Returns a redirect URL for user verification and payment.
Instructions
One-shot: turn recipe URLs, free-form text, and/or an image into a ready-to-checkout cart for a chosen European supermarket. Returns a redirect_url that opens the Pepesto checkout UI for the user to verify and pay. Internally runs parse + products + session (not exposed to agents) with Pepesto's heuristics. Use this when you want the simplest end-to-end flow; use pepesto_parse + pepesto_products + session (not exposed to agents) for finer control.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content_urls | No | Recipe URLs to parse and shop. | |
| content_text | No | Free-form shopping list or extra items to include. | |
| content_image | No | Base64-encoded recipe image. | |
| supermarket_domain | No | Supermarket domain or ID, e.g. 'coop.ch', 'tesco.com', 'ah.nl'. See README for the full list. |