Skip to main content
Glama
markusl
by markusl

Search Alko Products

search_products
Read-onlyIdempotent

Search Finland's Alko alcohol catalog with filters for type, price, country, alcohol content, and special attributes to find specific products.

Instructions

Search Finnish Alko alcohol catalog (~12,000 products). Filter by name, type, country, price, alcohol%. Returns: id, name, price, type, country, alcohol%, producer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoText search query for product name, producer, or description
typeNoProduct type (e.g., "punaviinit", "oluet", "viskit")
countryNoCountry of origin (e.g., "Ranska", "Italia", "Suomi")
regionNoRegion within country (e.g., "Bordeaux", "Toscana")
minPriceNoMinimum price in EUR
maxPriceNoMaximum price in EUR
minAlcoholNoMinimum alcohol percentage
maxAlcoholNoMaximum alcohol percentage
assortmentNoAssortment type: vakiovalikoima (in stores), tilausvalikoima (order only)
specialGroupNoSpecial group (e.g., "Luomu", "Vegaaneille soveltuva tuote")
beerTypeNoBeer type for beer products (e.g., "ipa", "lager", "stout & porter")
isNewNoFilter for new products only
isOrganicNoFilter for organic products only
isVeganNoFilter for vegan-suitable products only
minSmokinessNoMinimum smokiness level (0-4, for whiskeys: 0=ei savuinen, 4=voimakkaan savuinen)
maxSmokinessNoMaximum smokiness level (0-4, for whiskeys: 0=ei savuinen, 4=voimakkaan savuinen)
sortByNoField to sort byname
sortOrderNoSort orderasc
limitNoMaximum number of results to return
offsetNoNumber of results to skip for pagination
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already provide readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering safety and idempotency. The description adds valuable context by specifying the catalog size (~12,000 products) and listing return fields, which helps set expectations for result volume and format. No contradictions with annotations exist.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, dense sentence that efficiently conveys purpose, scope, filtering parameters, and return values without any wasted words. It's front-loaded with the core functionality and appropriately sized for the tool's complexity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a search tool with rich annotations (read-only, idempotent) and 100% schema coverage, the description provides adequate context by detailing the catalog scope and return structure. However, without an output schema, it could benefit from mentioning pagination behavior or result limits, though the schema covers 'limit' and 'offset' parameters.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, with detailed parameter documentation in the schema itself. The description mentions filtering capabilities ('Filter by name, type, country, price, alcohol%') and return fields, but adds minimal semantic value beyond what the schema already provides. Baseline 3 is appropriate given the comprehensive schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('Search'), resource ('Finnish Alko alcohol catalog'), and scope ('~12,000 products'). It distinguishes from siblings like 'get_product' (single product retrieval) and 'get_recommendations' (personalized suggestions) by emphasizing broad filtering capabilities.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage through the mention of filtering parameters and return fields, suggesting it's for general catalog exploration. However, it doesn't explicitly state when to use this versus alternatives like 'get_product' for specific items or 'sync_products' for data updates, leaving some ambiguity about optimal use cases.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/markusl/alko-mcp'

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