Skip to main content
Glama
MEIQI-Lee
by MEIQI-Lee

search_courses

Find courses by keyword with fuzzy matching across course names, codes, and instructors. Get course numbers, names, times, locations, credits, or a no-match notice.

Instructions

根据课程名称、课程编号或教师姓名搜索课程,关键词支持模糊匹配。

例如:关键词“张”可找出张老师的所有课程;关键词“python”可找出 Python 程序设计课程。返回匹配课程的编号、名称、教师、上课时间、 地点与学分列表;无匹配时返回提示信息。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keywordYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.5/5.0
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 behavioral burden. It discloses the searchable fields, fuzzy matching, returned fields (number, name, teacher, time, location, credits), and the no-match fallback. It does not explicitly state that the operation is read-only, but the word 'search' and the list-return behavior strongly imply it.

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 compact and front-loaded with the core purpose, followed by illustrative examples and a summary of the return value. Every sentence contributes useful information, and there is no redundant filler.

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 one-parameter search tool, the description is largely complete: it covers the input semantics, expected output fields, and the no-match case. An output schema exists, so return-value details need not be repeated. It only omits minor constraints like exact matching rules or edge-case behavior, which is acceptable given the low complexity.

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

Parameters5/5

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

The schema provides only a required 'keyword' string with no description (0% coverage). The description fully compensates by explaining that the keyword can be a course name, course number, or teacher name and supports fuzzy matching. This gives the agent precise semantic understanding of the single parameter.

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 searches courses by course name, course number, or teacher name with fuzzy matching. The examples ('张' finding all courses by a teacher, 'python' finding Python programming) make the behavior concrete and distinguish it from sibling tools like get_course or list_courses_by_weekday.

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 gives strong context for when to use this tool: when the caller has a partial keyword for a course name, code, or teacher. It does not explicitly name alternatives or say when not to use it, but the sibling tool names and examples make the intended usage clear enough.

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

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/MEIQI-Lee/mcp-course'

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