Skip to main content
Glama

编辑机构学生

classin_edit_school_student
Idempotent

Edit a school student's name by providing their UID and the new name, allowing updates to student records in ClassIn.

Instructions

编辑机构学生信息(姓名)。

参数:

  • studentUid: 学生UID

  • studentName: 新的学生姓名

返回:

  • 成功返回操作结果

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
studentUidYes要编辑的学生UID
studentNameYes新的学生姓名
response_formatNo输出格式: 'markdown' 人类可读格式 或 'json' 机器可读格式markdown
Behavior3/5

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

Annotations already indicate this is a write (readOnlyHint=false), non-destructive, idempotent operation. The description adds that it returns an operation result but gives no further behavioral details like error handling or side effects. With annotations covering the safety profile, this is adequate but not rich.

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 concise and well-structured: a one-line purpose, a bulleted parameter list, and a return statement. No unnecessary words or redundancy, earning its place efficiently.

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 simple edit operation with comprehensive schema and annotations, the description covers the essential purpose, parameters, and return. It does not mention prerequisites or error scenarios, but given the tool's simplicity and existing structured data, the description is sufficiently complete for an agent to use it correctly.

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

Parameters3/5

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

The input schema has 100% coverage, describing studentUid, studentName, and response_format in detail. The description's parameter list essentially repeats the schema information without adding new meaning, so it meets the baseline but does not go beyond.

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 'Edit school student information (name)' with a specific verb and resource. It distinguishes from siblings like add_school_student and delete_course_student by focusing on editing an existing student's name.

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 makes clear this tool is for editing a school student's name, which implies the appropriate context. However, it does not explicitly mention when not to use it or point to alternative tools for other operations, so it lacks explicit exclusions but provides clear context.

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/yuanlang12/classin-mcp-server'

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