创建机构标签
classin_add_school_labelCreate a school label to classify teachers or students. Specify label name and type to organize users into groups for clearer management.
Instructions
创建机构标签,用于对老师或学生进行分类管理。
参数:
labelName: 标签名称,最长20字符
labelType: 标签类型 (1=老师标签, 2=学生标签)
返回:
成功返回标签ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labelName | Yes | 标签名称,最长20字符 | |
| labelType | Yes | 标签类型: 1=老师标签, 2=学生标签 | |
| response_format | No | 输出格式: 'markdown' 人类可读格式 或 'json' 机器可读格式 | markdown |