编辑机构学生
classin_edit_school_studentEdit 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
| Name | Required | Description | Default |
|---|---|---|---|
| studentUid | Yes | 要编辑的学生UID | |
| studentName | Yes | 新的学生姓名 | |
| response_format | No | 输出格式: 'markdown' 人类可读格式 或 'json' 机器可读格式 | markdown |