Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WOLT_MCP_LOGNoPython logging levelWARNING
WOLT_LANGUAGENoLanguage for Accept-Language headeren
WOLT_DEFAULT_LATNoDefault latitude for location queries59.4370
WOLT_DEFAULT_LONNoDefault longitude for location queries24.7536

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_nearbyA

List Wolt venues near a location. Defaults to Tallinn center. Returns compact dicts with slug, rating, ETA, online status, tags. Use query to substring-match name/tags. Prices are not included here — call get_menu for a specific slug.

get_menuA

Fetch a venue's full menu by slug. Returns categories and items with prices in minor units (e.g. 2390 = 23.90 EUR in Estonia). Each item includes price, original_price (if discounted), lowest_price (30-day low used for compliance), description, enabled, and tags. A category named 'ERIPAKKUMISED' (Estonian) or similar typically holds current deals.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have completely distinct purposes: list_nearby finds venues, get_menu retrieves menu details for a specific venue. No overlap.

Naming Consistency4/5

Both tools follow a verb_noun pattern ('get_menu', 'list_nearby'), though 'list_nearby' uses an adjective which is a minor deviation.

Tool Count3/5

Only 2 tools is on the low end for a food delivery service, but it may be acceptable for a simple discovery-focused server. However, it feels thin for broader use cases.

Completeness2/5

The server covers basic venue discovery and menu retrieval, but lacks essential operations like searching items, user authentication, order management, or venue details beyond menus.

Maintenance

ActivityInactive
ResponsivenessNo issues