Skip to main content
Glama
Nemoyuzx
by Nemoyuzx

获取北邮校区信息

get_campuses

Fetch the list of BUPT campuses and their main teaching buildings to select the correct campus_id when checking for available classrooms.

Instructions

返回北邮移动教务支持的两个校区(西土城 01 / 沙河 04)及其主要教学楼,用于空教室查询时选择 campus_id。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses the output (campus IDs and main buildings) and its purpose, but does not mention aspects like authentication needs, data freshness, error behavior, or that it is a static list. This is adequate for a simple parameterless tool but lacks depth.

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, well-structured sentence in Chinese that is concise (~25 characters) and front-loaded with the main action. Every phrase adds value: the specific campuses, their IDs, and the use case.

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?

The description explains what the tool returns (campuses and main teaching buildings) and why (for campus_id selection). However, it does not specify the return format (e.g., list of objects) or whether buildings are included in the same response. For a simple tool without an output schema, this is mostly complete but has a minor gap.

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?

The input schema has no parameters, and schema description coverage is 100%. The description implicitly confirms no inputs are needed. Per guidelines, zero parameters receive a baseline score of 4.

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 the two campuses (Xitucheng 01, Shahe 04) and their main teaching buildings, with the explicit purpose of selecting campus_id for classroom queries. This distinguishes it from siblings like get_classrooms, which likely returns classrooms for a given campus.

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 directly states this tool is 'used for selecting campus_id when querying available classrooms,' providing clear context for when to use it. However, it does not explicitly mention when not to use it or cite alternatives among siblings, leaving some implicit guidance.

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