kreta
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KRETA_LABEL | No | Optional label identifying the child in the kreta_login response when using separate .env files. | |
| KRETA_ENV_FILE | No | Path to an alternative .env file to load, used when running separate MCP server instances per child. | |
| KRETA_PASSWORD | No | The KRÉTA password for the student. Quote it if it contains spaces or #. | |
| KRETA_USERNAME | No | The KRÉTA username/identifier for the student (single-child configuration). | |
| KRETA_PASSWORDS | No | Comma-separated list of KRÉTA passwords for multiple children. Passwords must not contain commas. | |
| KRETA_USERNAMES | No | Comma-separated list of KRÉTA usernames for multiple children. | |
| KRETA_CHILD_NAMES | No | Comma-separated list of child names for multiple children. Must be in the same order as KRETA_USERNAMES, KRETA_PASSWORDS and KRETA_INSTITUTE_CODES. | |
| KRETA_INSTITUTE_CODE | No | The KRÉTA institution code. Can be the code itself, the hostname (iskolakod.e-kreta.hu), or the full https://iskolakod.e-kreta.hu URL. | |
| KRETA_INSTITUTE_CODES | No | Comma-separated list of KRÉTA institution codes for multiple children. |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| kreta_loginA | Belépés ellenőrzése OAuth 2.0 Authorization Code + PKCE használatával. Ha nincs 'child' megadva és több gyerek van beállítva, mindegyiket ellenőrzi, és gyerekenkénti státuszt ad vissza. |
| kreta_student_profileB | A bejelentkezett tanuló adatlapjának lekérése. |
| kreta_guardian_profileB | A bejelentkezett fiók gondviselői adatlapjának lekérése. |
| kreta_class_groupsC | A tanuló osztályainak és csoportjainak lekérése. |
| kreta_evaluationsB | Jegyek és más értékelések lekérése, legfeljebb a megadott darabszámban. |
| kreta_absencesB | Mulasztások és igazolási állapotuk lekérése. |
| kreta_notesC | Tanári és intézményi feljegyzések lekérése. |
| kreta_announcementsC | A KRÉTA faliújság-elemeinek lekérése. |
| kreta_timetableA | Órarend lekérése egy YYYY-MM-DD dátumtartományra (alapból ±7 nap). |
| kreta_timetable_itemB | Egy órarendi elem részleteinek lekérése a listából kapott UID alapján. |
| kreta_homeworkB | Házi feladatok lekérése dátumtartományra (alapból az elmúlt 30 és következő 14 nap). |
| kreta_homework_detailA | Egy házi feladat részleteinek lekérése a listából kapott UID alapján. |
| kreta_announced_testsC | Bejelentett dolgozatok és számonkérések lekérése dátumtartományra. |
| kreta_consulting_hoursC | Fogadóórák lekérése dátumtartományra. |
| kreta_consulting_hour_detailA | Egy fogadóóra részleteinek lekérése a listából kapott UID alapján. |
| kreta_school_calendarC | A tanév rendjének és intézményi napjainak lekérése. |
| kreta_week_scheduleC | Az intézményi heti órarendi beosztás lekérése. |
| kreta_class_averagesC | A tanuló csoportjaihoz elérhető osztályátlagok lekérése. |
| kreta_device_statusA | A KRÉTA tárgyi eszköz kiosztási és regisztrációs állapotának lekérése. |
| kreta_lazar_ervin_eventsB | A Lázár Ervin Programhoz tartozó előadások lekérése. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 20 tools
Most tools target a distinct KRÉTA entity such as grades, absences, timetable, homework, or profiles. The only mild overlaps are timetable vs. week_schedule and notes vs. announcements, but the descriptions clarify student-specific vs. institution-wide data.
All tools share the kreta_ prefix and snake_case naming, which creates a predictable pattern. However, detail variants mix suffixes: timetable_item vs. homework_detail vs. consulting_hour_detail, and kreta_login is a status check rather than a noun-style resource.
With 20 tools, the set sits in the heavy range and feels borderline for coherence. Each tool does cover a distinct module, but a few could likely be consolidated without losing functionality.
The read-only surface is broad and covers the main student information needs: profiles, grades, absences, timetable, homework, tests, consultations, and school calendar. Minor gaps such as a message/inbox tool or absence justification actions exist, but they are not critical for core usage.