Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
STARLINE_LOGINYesAccount login for my.starline.ru
STARLINE_APP_IDYesApp ID from https://my.starline.ru/developer
STARLINE_PASSWORDYesAccount password for my.starline.ru
STARLINE_APP_SECRETYesApp secret from https://my.starline.ru/developer

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_devicesB

Список автомобилей/устройств StarLine на аккаунте с кратким статусом.

get_statusC

Подробный статус устройства: охрана, двигатель, температура, АКБ, GSM, GPS.

get_locationC

Координаты GPS устройства.

set_securityA

Поставить (on=true) или снять (on=false) автомобиль с охраны. Требует confirm=true.

set_engineA

Запустить (on=true) или заглушить (on=false) двигатель. Требует confirm=true.

Сам выбирает команду под блок: ign (если поддерживается) либо ign_start/ign_stop (как у части моделей).

set_heaterB

Включить/выключить предпусковой подогреватель (Webasto). Требует confirm=true.

set_channelA

Включить/выключить дополнительный канал (реле). Требует confirm=true.

find_carB

Найти автомобиль — короткий сигнал клаксоном и моргание (poke). Безопасно.

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 8 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: locating, status, listing, engine, security, heater, channel, and a find signal. No overlap between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case, e.g., find_car, get_location, set_engine. No deviations.

Tool Count5/5

8 tools is an appropriate number for a car control server, covering essential operations without being overwhelming or too sparse.

Completeness4/5

Covers major functions like location, status, engine, security, heater, and channel. Missing door lock/unlock control, which is a common feature, but core workflows are well-covered.

Maintenance

ActivityInactive
ResponsivenessNo issues