Skip to main content
Glama
ZztIsolation

HDU Academic System MCP Server

by ZztIsolation

get_course_schedule

Retrieve your course schedule from Hangzhou Dianzi University's academic system after logging in, with optional semester selection for organized academic planning.

Instructions

获取课程表(需要先登录)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
semesterNo学期(可选,默认为当前学期)
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. While it mentions the login requirement, it doesn't describe what the tool returns (e.g., format, structure), error conditions, or other behavioral traits like rate limits or permissions needed beyond login. This is a significant gap for a tool with no annotation coverage.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence in Chinese that conveys the core purpose and key prerequisite without any wasted words. It is appropriately sized and front-loaded with essential information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the lack of annotations and output schema, the description is incomplete. It doesn't explain what the tool returns (e.g., schedule format, data structure), which is critical for a 'get' operation. The login prerequisite is helpful, but more behavioral context is needed for adequate completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description coverage is 100%, with the parameter 'semester' documented as optional with a default. The description adds no additional parameter information beyond what the schema provides, so it meets the baseline of 3 where the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose as '获取课程表' (get course schedule), which is a specific verb+resource combination. However, it doesn't differentiate from its sibling tool 'hdu_login' beyond mentioning the login prerequisite, which is more of a usage guideline than a distinction of purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states '需要先登录' (requires login first), providing clear context about prerequisites. However, it doesn't specify when to use this tool versus alternatives or any exclusions, leaving some guidance gaps.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ZztIsolation/McpOfSystem'

If you have feedback or need assistance with the MCP directory API, please join our Discord server