Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ADALOVE_REFRESH_TOKENNoRefresh token for Adalove authentication. If not set, the server starts but the tool will respond explaining how to configure it.

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
listar_semanaA

Lista as atividades de uma semana de uma turma do Adalove.

Args: numero_semana: número da semana (ex.: 5 casa com "Semana 05"). Se omitido, a semana é inferida (atividade com data mais próxima de hoje, ou cálculo a partir do início da turma). turma: caption ou uuid da turma. Se omitido, usa a turma aberta (ou pede para escolher, se houver mais de uma). detalhado: se True, mostra a descrição completa de cada atividade em vez de truncada em ~200 caracteres.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.3/5.0

Scored across 1 tool

Disambiguation5/5

With only a single tool, there is no possibility of confusion between tools. The purpose of listing week activities is clear and unambiguous.

Naming Consistency5/5

The single tool name 'listar_semana' follows a consistent verb-noun pattern (list + week). While there's no broader pattern to compare, the name is descriptive and internally consistent.

Tool Count3/5

A single tool for an LMS (Adalove) feels thin. The scope appears to be at least course management, but only listing weekly activities is provided, making the count borderline low.

Completeness1/5

The tool surface is severely incomplete for an LMS domain. Only a read-only list operation exists, with no create, update, delete, or management capabilities for courses, students, or activities.

Maintenance

ActivityMaintained
ResponsivenessNo issues