Skip to main content
Glama
ZztIsolation

HDU Academic System MCP Server

by ZztIsolation

Related Servers

Alternatives to HDU Academic System MCP Server

No user-submitted related servers found.

    Related Servers

      TDQS

      C2.9/5.0

      Scored across 2 tools

      Disambiguation5/5

      The two tools have clearly distinct purposes: one handles authentication (hdu_login) and the other retrieves data (get_course_schedule). There is no overlap in functionality, and the dependency relationship (login required for schedule) is logically clear, preventing misselection.

      Naming Consistency4/5

      The tool names follow a consistent verb_noun pattern (hdu_login and get_course_schedule), with both using snake_case. The slight deviation is that 'hdu_login' includes a domain prefix, but this is minor and does not break readability or predictability.

      Tool Count2/5

      With only 2 tools, this server feels under-scoped for an academic system. While login and schedule retrieval are core functions, typical academic systems would include more operations (e.g., get_grades, register_courses, view_notices), making this set too thin for the apparent domain.

      Completeness2/5

      The tool surface is severely incomplete for an academic system. It covers authentication and one data retrieval function, but lacks essential operations like viewing grades, managing registrations, or accessing announcements. This will likely cause agent failures when trying to perform common academic tasks.