Skip to main content
Glama
Nemoyuzx
by Nemoyuzx

获取课程表

get_schedule

Retrieve course schedules from BUPT mobile academic system. Specify a week number or a date to get courses, teacher, classroom, and time slots.

Instructions

查询北邮移动教务的课程表。默认返回当前周的课程;可通过 week 指定周次,或通过 date(YYYY-MM-DD)指定日期所在的周。返回课程名称、教师、教室、节次与时间。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo日期 YYYY-MM-DD,返回该日期所在周的课程表(与 week 二选一)
weekNo周次,如 3 表示第 3 周;不传则返回当前周
Behavior4/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. It discloses that the tool returns course name, teacher, classroom, session, and time, and explains the parameter behavior (week vs date, default current week). The verb '查询' implies a read-only operation, and no hidden side effects are suggested. However, it does not mention authorization or error conditions, but for a simple query tool, this is adequate.

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 consists of two concise sentences. It is front-loaded with the purpose, then explains default behavior, parameter usage, and return fields. Every sentence provides necessary information without redundancy or fluff.

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?

Given the tool's low complexity (2 optional params, no output schema, no annotations), the description covers the essential aspects: purpose, parameter behavior, and return fields. It does not mention prerequisites like authentication or data freshness, but these are typical for such a tool. The listing of return fields compensates for the lack of an output schema. Overall, it is sufficiently complete for an agent to select and invoke the tool correctly.

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 description coverage is 100%, so the schema already documents both parameters with descriptions including mutual exclusivity and defaults. The tool description adds little beyond reaffirming the schema, providing minimal additional meaning. Baseline 3 is appropriate as the schema does the heavy lifting.

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?

The description clearly states the tool queries the course schedule ('查询北邮移动教务的课程表'), specifying the verb and resource. It differentiates from siblings like get_campuses and get_classrooms, which are about locations, and get_today_overview, which is likely about today's overview. The purpose is unambiguous and specific.

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 explains default behavior (current week) and how to use week or date parameters to specify a different week. While it does not explicitly exclude cases or contrast with siblings, the context from sibling tool names makes the use case clear. It provides clear context for when to use this tool versus alternatives, though not explicitly.

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/Nemoyuzx/WTS-bupt-unOfficial-mcp'

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