Skip to main content
Glama

创建机构标签

classin_add_school_label

Create 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

TableJSON Schema
NameRequiredDescriptionDefault
labelNameYes标签名称,最长20字符
labelTypeYes标签类型: 1=老师标签, 2=学生标签
response_formatNo输出格式: 'markdown' 人类可读格式 或 'json' 机器可读格式markdown
Behavior3/5

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

Annotations already indicate it is a write operation (readOnlyHint=false) and non-idempotent. The description adds the return behavior (returns label ID on success) but does not disclose side effects, permission requirements, or error conditions. This adds some value but not substantial behavioral context.

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-sentence purpose, a bullet list of parameters, and a return note. No wasted words.

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 create tool, the description covers purpose, parameters, and return value. The optional response_format is documented in the schema, so its omission is not critical. However, it lacks guidance on when to use vs. updating labels, which would make it more complete.

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?

Schema description coverage is 100%, so parameters are already documented. The description repeats labelName and labelType details but adds no new meaning beyond the schema. Baseline score of 3 is appropriate.

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 creates a school label ('创建机构标签') and explains its purpose for classifying teachers or students. The verb '创建' (create) distinguishes it from sibling update/delete label tools.

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 gives clear context: use this tool to create a label for categorizing teachers/students. However, it does not explicitly mention when not to use it or point to alternatives like update_school_label or delete_school_label.

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