Skip to main content
Glama

zju_list_courses

Lists my courses from Zhejiang University's learning platform with details like course ID, name, code, semester, and progress. Filter by course name/code or status (ongoing/not started/ended).

Instructions

列出「学在浙大」我的全部课程(对应网页「我的课程」),含课程 id、课程名、课程代码、学年、学期、开课学院、授课教师、学习进度。返回的 id 就是课程 URL /course/{id}/ 里的数字,可传给 zju_list_course_homework 查该课作业。只读。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNo可选:课程状态过滤(ongoing 进行中 / notStarted 未开始 / ended 已结束);省略则三者全取
keywordNo可选:按课程名 / 课程代码模糊过滤
Behavior4/5

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

With no annotations provided, the description carries the full burden. It declares the operation as read-only ('只读'), specifies returned fields, and explains how the id relates to other tools. No side effects or destructive actions are implied.

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?

Extremely concise single sentence that packs purpose, output fields, inter-tool relationship, and read-only nature without any extraneous words.

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

Completeness4/5

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

For a 2-param listing tool with no output schema, the description covers output fields, read-only behavior, and id usage. It lacks mention of pagination or ordering but is otherwise complete.

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?

Schema coverage is 100% with descriptions for both parameters. The description adds no new parameter-level details beyond the schema, so baseline score of 3 applies.

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

Purpose5/5

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

Description clearly states it lists all courses from '学在浙大' with specific fields (id, name, code, etc.), and distinguishes from siblings by noting the id can be passed to zju_list_course_homework.

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

Usage Guidelines3/5

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

Implied usage: it corresponds to the web '我的课程' page and is read-only. However, it does not explicitly compare to sibling tools like zju_get_schedule or zju_get_transcript, leaving the agent to infer when to use this vs alternatives.

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/EviterLesRoses2/vibe-learning-in-zju'

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