smu-elearn
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| elearn_authenticateB | Open the dedicated Chrome profile for SMU SSO/MFA, wait one minute by default, automatically verify the login, save owner-only session state, and close Chrome. |
| elearn_auth_statusA | Check whether the dedicated Chrome profile is currently authenticated with SMU eLearn. |
| elearn_list_coursesC | List accessible SMU eLearn courses. Results include stable course IDs, course codes, term dates, access state, and pin state. |
| elearn_list_pinned_coursesC | List courses pinned by the current user, ordered by pin date and course name. |
| elearn_list_course_weeksB | Find nested course-content modules named Week/Wk/W followed by a number and report their IDs, paths, dates, and document counts. |
| elearn_get_week_documentsA | Return every accessible file topic recursively contained in matching Week modules for one course. Week can be a number (for example 3) or title fragment. |
| elearn_get_recent_documentsB | Search file topics by D2L LastModifiedDate across pinned courses (default), all active courses, or explicit course IDs. Defaults to the current Monday-through-Sunday week in local time. |
| elearn_get_course_documentsC | Return all accessible file topics in a course, recursively, with module paths and availability/modified dates. |
| elearn_search_contentB | Search document titles and module paths across pinned courses, all active courses, or explicit course IDs. |
| elearn_get_document_metadataC | Get the D2L content-topic metadata for one course document. |
| elearn_download_documentB | Download a file topic to the configured local download directory. Existing files are never overwritten; a numeric suffix is added. |
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 11 tools
Each tool targets a distinct combination of resource and action: document retrieval by week, recency, course, search, metadata, download, plus authentication and listing. The slight overlap between get_week_documents and get_course_documents is clarified by their scope descriptions, making misselection unlikely.
All tools share the 'elearn_' prefix and follow a consistent verb_noun pattern (get_, list_, search_, download_, authenticate, auth_status). The only minor deviation is 'auth_status' being a noun phrase rather than verb+noun, but it remains clear and predictable within the set.
With 11 tools, the server is well-scoped for a course document retrieval and authentication workflow. Each tool serves a clear purpose without bloat, staying within the ideal 3-15 range for maintainability and agent usability.
The tool surface covers the full lifecycle of document access: authentication, listing courses and weeks, retrieving documents by multiple criteria, searching, obtaining metadata, and downloading. No obvious gaps exist for the stated domain of accessing eLearn course files.