Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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_subjectsA

Список предметов ЕГЭ, доступных в открытом банке ФИПИ.

list_tasksA

Список заданий по предмету.

subject — ключ ('physics'), русское название или proj-GUID. page — номер страницы с нуля. pagesize — размер страницы (обычно 10 или 20).

get_taskA

Найти задание по короткому 6-hex qid, перебирая страницы предмета.

Дороже, чем list_tasks — используй, если знаешь qid, но нет guid. max_pages — верхняя граница перебора.

check_answerA

Проверить ответ через solve.php ФИПИ. guid — полный 32-hex ID задания (не короткий qid). Клиент сам прогревает сессию перед POST-ом.

Коды ФИПИ (расшифрованы экспериментально): 3=correct, 2=wrong, 0=not_found.

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

Disambiguation5/5

Each tool has a distinct purpose: listing subjects, listing tasks per subject, retrieving a specific task by qid, and checking an answer. No overlapping functionality; an agent can easily select the right tool.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: list_subjects, list_tasks, get_task, check_answer. The pattern is predictable and clear.

Tool Count5/5

With only 4 tools, the server is well-scoped for its purpose: browsing subjects, browsing tasks, finding a task by qid, and checking answers. Each tool earns its place.

Completeness5/5

The surface covers the essential workflows: discover subjects, list tasks, locate a task by qid, and validate answers. No obvious gaps for the domain of accessing FIPI exam tasks.

Maintenance

ActivityMaintained
ResponsivenessNo issues