Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoПорт для HTTP-транспорта (по умолчанию 3000)3000
BOXBERRY_API_TOKENYesAPI-токен из личного кабинета Boxberry

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
list_citiesB

Список городов Boxberry с возможностью поиска по названию.

list_pointsA

Список пунктов выдачи Boxberry в указанном городе.

calc_deliveryB

Расчёт стоимости и сроков доставки Boxberry.

trackB

Отслеживание отправления Boxberry по трек-номеру.

zip_checkB

Проверка почтового индекса на доступность доставки Boxberry.

list_servicesC

Список оказанных услуг по отправлению Boxberry.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a distinct operation: city lookup, pickup point lookup, delivery calculation, tracking, postal code check, and service listing. There is no meaningful overlap between them, and the descriptions make the boundary of each tool clear.

Naming Consistency4/5

The naming is mostly consistent with snake_case verb_noun patterns like list_cities, list_points, and list_services. Minor deviations exist: track is a bare verb and zip_check is noun_verb instead of check_zip, but the overall convention is still readable and predictable.

Tool Count5/5

Six tools is well-scoped for a delivery information server. Each tool covers a meaningful part of the Boxberry workflow without unnecessary duplication or bloat.

Completeness4/5

The tool set covers location discovery, pricing, tracking, and service lookups, which are the core informational workflows for Boxberry. It does not include order creation or management, but that appears outside the stated scope of the server.

Maintenance

ActivityMaintained
ResponsivenessNo issues