Skip to main content
Glama
GuanmingQiao

POLITEMall MCP Server

by GuanmingQiao

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_coursesA

List the courses you are enrolled in on POLITEMall.

get_course_contentA

Get the module/topic table of contents for a course.

get_gradesB

Get your grade items and scores for a course.

get_announcementsA

Get news/announcements posted in a course.

get_calendar_eventsB

Get calendar events for a course.

get_assignmentsB

Get dropbox/assignment folders and due dates for a course.

whoamiA

Get the currently authenticated POLITEMall user's identity.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 7 tools

Disambiguation5/5

Each tool targets a distinct resource type: courses, content, grades, announcements, calendar events, assignments, and user identity. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tools follow a consistent verb_noun snake_case pattern (list_courses, get_course_content, get_grades), with 'whoami' being a standard exception. The naming is predictable and readable.

Tool Count5/5

Seven tools is well within the ideal 3-15 range and appropriately covers the core student-facing features of an LMS without unnecessary bulk.

Completeness4/5

The surface covers the main read-only information needs: enrollment, content, grades, announcements, calendar, and assignments. Missing discussion forums or quizzes are minor gaps for a read-only student portal.

Maintenance

ActivityMaintained
ResponsivenessNo issues