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

get_teacher

Look up a teacher by name or staff ID to retrieve their title, department, email, and list of courses taught this semester.

Instructions

按教师姓名(如“李老师”)或工号(如 T002)查询教师信息。

返回教师职称、院系、邮箱,以及该教师本学期所授全部课程列表。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden and does disclose that this is a lookup operation and exactly what is returned, including the current-semester course list. It omits edge cases like not-found or duplicate-name behavior, but these are minor for a simple read tool.

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?

Two concise sentences front-load the lookup method and then state the returned data. No filler or repetition of schema data.

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 query tool with no output schema, the description covers both input semantics and return values. It could add handling for ambiguous names or missing teachers, but nothing essential is absent.

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?

Schema coverage is 0% and the parameter is merely named 'name'. The description compensates fully by specifying that it accepts either a teacher name ('李老师') or employee ID ('T002') and gives concrete examples.

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 names the exact action (查询) and resource (教师信息), explicitly lists accepted lookup keys (name or employee ID), and enumerates the returned fields. This makes it clearly distinct from course- and assignment-focused siblings.

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?

The intended use is inferred: query teacher info by name or ID. However, there is no explicit comparison with sibling tools such as get_course or search_courses, and no when-not-to-use guidance.

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