Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoHTTP server port3001

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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
ozon_searchA

Search products on the Ozon marketplace (ozon.ru). Returns a list of products with name, price (RUB, numeric), old price, discount, rating, review count, brand, image and a clean product URL. Use this to find products and compare prices, then hand the URLs to the user.

ozon_product_detailsA

Get full details for one Ozon product: name, price (card/regular/old), availability, product rating, seller (name + rating), images, key characteristics, and the product description (text and/or banner image URLs). Accepts an SKU, a full product URL, or a slug.

ozon_product_reviewsA

Read real customer reviews for an Ozon product: author, score (1–5), comment, pros, cons, date, usefulness, whether the item was purchased, and whether photos are attached. Accepts an SKU, a full product URL, or a slug.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct task: search, product details, and reviews. No overlap in purpose, so an agent can clearly differentiate them.

Naming Consistency4/5

All tools share the 'ozon_' prefix and use clear resource-action naming, but 'search' is a verb while the other two are noun phrases, introducing a slight inconsistency.

Tool Count4/5

Three tools is appropriate for a focused product information server; it's slightly thin but covers the core functionality without feeling insufficient.

Completeness4/5

The set covers searching, detailed product info, and reviews—core read operations. It lacks tools for categories or recommendations, but for the stated scope it is reasonably complete.

Maintenance

ActivityInactive
ResponsivenessSlow