Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MTUCI_LOGINYesЛогин от личного кабинета МТУСИ
MTUCI_PASSWORDYesПароль от личного кабинета МТУСИ

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
get_user_infoB

Информация о студенте: имя, группа, курс, факультет, специальность.

get_attendanceB

Актуальная посещаемость по предметам: процент посещений и пропуски.

get_scheduleC

Расписание на указанную дату.

Args: date: дата в формате YYYY-MM-DD, например "2026-09-14".

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool retrieves a clearly distinct resource: student profile, attendance, and schedule. There is no overlap in purpose, so an agent can select the correct tool unambiguously.

Naming Consistency5/5

All three tools follow the same get_<noun> snake_case pattern: get_user_info, get_attendance, get_schedule. The convention is predictable and consistent.

Tool Count4/5

Three tools is slightly on the thin side but reasonable for a focused student-data server. Each tool has a clear, non-redundant role.

Completeness3/5

The surface covers profile, attendance, and schedule, but omits common student-information needs such as grades, exam results, and course details. These are notable gaps for the apparent domain.

Maintenance

ActivityMaintained
ResponsivenessNo issues