Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
APP_ENVNoEnvironment setting: 'prod' for production (default), 'dev' for development/testing.prod
API_TOKENYesYour API token from oa-y.com admin panel.
API_TOKEN_LIBSYesYour API token from libs.anyemp.com admin panel.

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_coursesD
get_courseD
create_courseD
update_courseD
get_lessonsD
get_lessonD
create_lessonD
update_lessonD
get_professionsD
get_skillsD
get_toolsD
get_modulesD
get_moduleD
create_moduleD
update_moduleD
get_testsD
get_testD
create_testD
update_testD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.8/5.0

Scored across 19 tools

Disambiguation4/5

Most tools are clearly distinguished by entity and action, with predictable pairs like get_course/get_courses and create_lesson/update_lesson. The lack of descriptions creates some ambiguity around closely named resources, but the naming is distinct enough for an agent to select correctly.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern using get_, create_, and update_ prefixes. The use of singular nouns for mutations and plural or singular nouns for reads is predictable and uniform across the entire set.

Tool Count3/5

At 19 tools, the server is within the borderline-heavy range for a content-management domain. The count is manageable but slightly above the ideal 3-15 scope, suggesting some consolidation might improve focus.

Completeness3/5

Core entities like courses, lessons, modules, and tests have get/create/update operations, but no delete operations exist for any mutable resource. Professions, skills, and tools are read-only, which may be intentional but leaves the overall lifecycle incomplete.

Maintenance

ActivityInactive
ResponsivenessNo issues