Skip to main content
Glama

list_teach_targets

List teaching targets (students/classes) with real-time aggregates on scheduling and plan progress. Helps avoid duplicates when creating new targets.

Instructions

查我名下的教学对象卡片墙(含实时聚合:排课数/绑定计划进度/下一课/班课学员数)→ :9090。

建对象前查重、选排课对象都走它。返回 {ok, items}。 参数: target_type : 'student' | 'class',省略=两类都查 keyword : 名称模糊过滤 include_archived: True 才含已归档对象(默认只看在用的)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keywordNo
target_typeNo
include_archivedNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations provided, so description carries burden. Clearly indicates it's a query operation ('查') returning {ok, items} with real-time aggregation. Could be more explicit about being read-only and safe, but sufficient given no destructive traits.

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?

Compact and front-loaded: first line states purpose and features, then usage guidance, then return format, then parameter details. Every sentence adds value with no redundancy.

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?

Covers purpose, usage, parameters, and return format. Mentions aggregation fields but doesn't detail them. Output schema exists but not shown; description is complete enough for agent to use correctly.

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 0% but description fully explains all three parameters: target_type ('student'|'class', omit for both), keyword (fuzzy name filter), include_archived (True includes archived, default False). Adds meaning beyond 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 it lists teaching target cards with real-time aggregation, using specific verbs ('查' - query) and resources. It distinguishes itself from sibling CRUD tools like create/update/archive targets.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly instructs to use for duplicate checking before creating targets and for selecting scheduling targets ('建对象前查重、选排课对象都走它'), providing clear when-to-use and contextual alternatives.

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/RuntimeAll/teacher-mcp'

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