← Back to all apps

Krónan

Foodby Krónan ehf.
Launched Apr 27, 2026 on ChatGPT

Skoðaðu vöruúrval Krónunnar til að finna vörur, upplýsingar og verð á einfaldan og fljótlegan hátt.

5ChatGPT Tools
Krónan ehf.Developer
FoodCategory

Available Tools

Display curated products

display_products
Full Description

Optionally display a curated selection of products by their SKUs in a visual widget. Call this when showing products visually adds value (e.g. the user asked to "show", "recommend", "suggest", or build a shopping list). Skip it for quick factual questions that a text answer covers better (e.g. "what is the cheapest yogurt" — just state the answer). Typically called after search_products once you've picked the SKUs worth highlighting.

Parameters (1 required)
Required
skusarray

Array of product SKUs to display

Get product details

fetch_product
Full Description

Get detailed information about a product by its SKU.

Parameters (1 required)
Required
skustring

Browse products in a category (data only)

get_category_products
Full Description

Get products from a specific category by its slug. Returns product data as text — does NOT display a widget. Use list_categories first to discover available slugs. After getting results, decide whether a text answer suffices or whether to call display_products with a curated selection of SKUs.

Parameters (1 required, 1 optional)
Required
slugstring

Category slug, e.g. "01-00-00-avextir"

Optional
pageinteger

Page number (default 1)

List product categories

list_categories
Full Description

Get the full category tree (top-level categories with their subcategories). Use this to discover what product categories are available before browsing with get_category_products.

Search products (data only)

search_products
Full Description

Search for products. Takes 1 to 10 queries in a single call — pass a single-element array for a simple search, or multiple for a themed collection (e.g. grill party, baking night). Returns product data (sku, name, price) as text — does NOT display a widget. Use Icelandic product names (e.g. "mjólk", "brauð"). Use sortBy when the user asks for cheapest/most expensive/most popular. After getting results, decide based on the user's intent whether to answer in text or call display_products. Display products visually when it clearly makes sense or adds value, such as for browsing, comparison, themed collections, or product discovery. If it is unclear whether a visual display would help, ask the user before calling display_products.

Parameters (2 required)
Required
queriesarray

1 to 10 search queries to run in parallel. Maximum is enforced — batch larger sets across multiple calls.

querystring