Skip to main content
Glama

create_teach_target

Create a teaching target (student or class) to anchor lesson scheduling, preparation, and review. Specify grade, subject, and textbook edition.

Instructions

建教学对象档案(学生或班级)→ :9090。返回 {ok, id}(id 为字符串雪花号)。

对象即「教谁」:一个学生或一个班课,后续排课/备课/回收全挂在它身上。 🔴 R1a 建模口径:年级/教材不再传文本,改传 gradeNo+gradeYear+字典码。 暑期录「升四」= grade_no:4, grade_year:2026(gradeYear=该年级生效学年的起始年, 当前年级由服务端按 9/1 学年进位推导)。 参数: target_type : 'student'(学生一对一)| 'class'(班课)——必填 name : 对象名(学生姓名 / 班级名) grade_no : 年级 1-12(字典 biz_edu_grade;1-6 小学 / 7-9 初中 / 10-12 高中) grade_year : grade_no 生效学年起始年(如 2026 = 2026-09-01 起学年) textbook_edition : 教材版本字典码(biz_edu_edition:'1'浙教/'2'人教/'3'北师大/'4'苏教) subject : 学科字典码(biz_edu_subject:'1'数学/'2'科学/'3'语文/'4'英语) (edition/subject 服务端兼容中文标签归一化,但请按码传) parent_phone : 家长手机号 profile : 肖像 dict(学生画像)——UI 四格 = traits/level.desc/level.target_layer/error_signals, 结构见契约 profile_json:{traits:[str], level:{desc,target_layer}, env:str, history:[{topic,status:'吃透|讲过未吃透',src}], error_signals:[{tag,evidence,session_id,ts,by:'system|teacher',status:'pending|confirmed'}]} color : 色板色(空则服务端从色板轮转分配)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
colorNo
profileNo
subjectNo
grade_noNo
grade_yearNo
target_typeYes
parent_phoneNo
textbook_editionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Without annotations, the description carries the full burden. It details the return format ({ok, id}), explains grade_year derivation logic, and mentions server-side normalization of subject/edition. However, it omits error conditions, idempotency, and authentication requirements, which are important but not covered.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long and detailed, mixing Chinese and English, which may reduce clarity. While it is front-loaded with purpose, the level of detail could be streamlined. The bullet points help structure, but some redundancy exists.

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 9 parameters (2 required) and no annotations, the description covers most aspects: all parameters explained, behavior documented, and nested object defined. Missing elements include potential errors, side effects, and confirmation of output schema details, but overall adequate.

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?

With 0% schema coverage, the description fully compensates by explaining each parameter's meaning, valid values (e.g., grade_no range, textbook_edition codes), and for profile, providing the complete JSON structure. This adds significant value beyond the raw 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's purpose: creating a teaching target (student or class) with a specific verb ('create') and resource ('teach_target'). It distinguishes from siblings like update_teach_target and archive_target by focusing on creation.

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 description implies usage for creating targets that will be referenced later in scheduling and lesson planning, but it does not explicitly state when to use this tool versus alternatives (e.g., update or archive). No exclusions or prerequisites are provided.

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