seoultech_c4t
Related Servers
Alternatives to seoultech_c4t
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceEnables Korea University students to query their KUPID portal and Canvas LMS using natural language for notices, library seats, timetable, grades, courses, and assignments.3113MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to query METU's ODTUClass LMS for enrolled courses, announcements, syllabi, assignment deadlines, and lab/recitation schedules using credential or token authentication.1GPL 2.0
- AlicenseNot gradedqualityDmaintenanceEnables Claude to access Chung-Ang University's e-class platform, including dashboard, daily briefing, course details, VOD links, and smart file download.1MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to directly query Chaoxing/Xuexitong courses and homework status via fast HTTP calls, with persistent login and automatic re-authentication.1MIT
- AlicenseAqualityBmaintenanceEnables AI agents to safely automate Kwangwoon University KLAS tasks, including viewing academic schedules, assignment deadlines, lecture progress, and downloading course materials, with secure session recovery and credential isolation.8MIT
- AlicenseAqualityBmaintenanceEnables authenticated access to Yonsei LearnUs course activities, assignments, schedules, announcements, notifications, video learning status, and course materials through local stdio tools.16MIT
TDQS
Scored across 7 tools
Most tools target clearly distinct resources: courses, notices, assignments, and login. However, get_pending_assignments and get_upcoming_deadlines overlap significantly—both return pending assignments sorted by due date, with the only real difference being the time-window filter. list_notices and search_notices are also similar but the search functionality makes their purposes distinguishable.
All tools follow a consistent verb_noun snake_case pattern: list_*, search_*, get_*, and start_login. The verbs clearly indicate the action and the nouns match the resource being acted on. No mixed conventions or vague names.
Seven tools is a well-scoped size for a university course-management integration. Each tool covers a meaningful user need without redundancy, and the count falls comfortably within the ideal 3-15 range.
The tool set covers the core read-only workflows: login handling, course listing, notice browsing/searching, and assignment retrieval with deadline awareness. Minor gaps exist, such as no way to view individual course/assignment details or access attachments, but agents can complete typical student tasks without dead ends.