Skip to main content
Glama
Nemoyuzx
by Nemoyuzx

今日空教室与课表联合查询

get_today_overview

Get today's date, current week, course schedule, and free classrooms at each class slot in one query. Instantly answers questions like 'What classes are today?' and 'Which classrooms are free now?'

Instructions

一次查询返回:今日日期/星期/当前周次、今日课程列表、课程占用节次、每个节次的空闲教室数量、当前节次空闲教室、全天空闲教室。用于回答"今天有哪些课""现在哪些教室空着""第 X 节有哪些空教室"等问题。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
campus_idNo校区 ID:01=西土城,04=沙河(默认取环境变量 BUPT_CAMPUS_ID)
Behavior4/5

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

Since no annotations are provided, the description carries full responsibility for behavioral disclosure. It transparently spells out the six specific data items returned and the optional campus_id parameter with default behavior. It does not mention error cases, rate limits, or data freshness guarantees, but for an overview tool with one optional parameter, these omissions are minor.

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 extremely concise, using a single sentence with a colon-separated list to enumerate the return fields, followed by three example queries. Every word contributes meaning, and the structure front-loads the core functionality before the examples. No unnecessary elaboration.

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 low parameter count (1, optional), full schema description coverage, and no output schema, the description adequately covers the tool's functionality. It could be more complete by specifying the date range (e.g., always today only) and the format of returned items (e.g., list vs. object), but for an overview tool, the behavioral transparency is strong.

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

Parameters4/5

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

Schema description coverage is 100% (one parameter fully described inline), so baseline is 3. The description adds value by explaining the default value derivation ('默认取环境变量 BUPT_CAMPUS_ID') and listing the campus names ('01=西土城,04=沙河'), which the schema alone does not provide. This goes beyond a simple repeat of the schema.

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 returns a comprehensive overview including date, week, course list, occupied class periods, free classrooms per period, current free classrooms, and all-day free classrooms. It then lists example queries it can answer, which precisely define the tool's scope and resource. This effectively distinguishes it from siblings like get_classrooms (which likely retrieves classroom information without temporal context) and get_schedule (which probably returns course schedules without classroom availability).

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 implicitly communicates usage by listing the exact question types it answers, such as 'what classes are today' and 'which classrooms are free now'. However, it does not explicitly state when NOT to use this tool or mention alternatives for other scenarios. Given the sibling tools, it would be helpful to clarify, for instance, 'for a full schedule without free room info, use get_schedule'.

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