Skip to main content
Glama
denya

ametller-origen-skill

by denya

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
ametller_get_shopping_guideA

Return the Ametller Origen shopping playbook: how to present products (ALWAYS as a photo-grid artifact), fill and review the real cart, and reorder past shops. Call this once at the start of any Ametller task — before searching or adding to the cart — and follow it.

ametller_auth_statusB

Check whether the Ametller Origen session is valid.

ametller_loginA

Open a browser window to sign in to Ametller Origen. The user logs in (and handles any 2FA); the session is then saved so all other tools work. Call this when not signed in, or when a tool reports the session expired.

ametller_search_productsA

Find a product and its id (needed before ametller_add_to_cart). Use a short term; Catalan works best (e.g. 'llet', 'pa'). Returns matches with ids and prices.

ametller_get_productA

Get details for a single product by id.

ametller_get_cartA

Show the current real shopping cart (items, quantities, total).

ametller_get_purchase_historyA

List past online orders (date, total, status, item count), by page or as the full bounded history.

ametller_get_order_itemsA

List the products in a past order (without adding anything). Defaults to the most recent order if order_id is omitted.

ametller_add_to_cartA

Add a product to the real cart by id (get the id from ametller_search_products first). If already present, increases the quantity. Returns the updated cart with its total.

ametller_set_quantityA

Set the exact quantity of a product in the cart. Quantity 0 removes it. Returns the updated cart.

ametller_remove_from_cartA

Remove a product from the cart entirely. Returns the updated cart.

ametller_reorder_orderA

Add all items from a past order to the cart in one step (a 'buy again'). Defaults to the most recent order. Returns the updated cart.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/denya/ametller-origen-skill'

If you have feedback or need assistance with the MCP directory API, please join our Discord server