Skip to main content
Glama

build_prep_pack

Guides users through the decommissioning of the lesson preparation pack builder, as the process has been replaced by slot-based paper composition.

Instructions

🔴 DEPRECATED(PRD-B-101 已退役):备课不再走「装备课包」,改为按卷位组卷

备课材料模型已从「一包 N 段」升维为「一课次 N 张专项卷位」:逐卷位 compose_paper/create_paper(lesson_id, slot_seq) 建卷(自动落【备课卷】+ 绑卷位)+ bind_paper_slot 管理绑定,PDF 由平台前端导出(MCP 不再出 PDF)。 本工具仅保留返回退役指引,不再执行任何操作。见 get_role_manual(role='prep')。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
segsNo
lesson_idNo
session_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Without annotations, the description fully discloses behavior: the tool no longer performs any operation and only returns a retirement guide. It also mentions PDF export is handled externally.

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

Conciseness4/5

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

The description is well-structured with a prominent deprecation warning, but includes detailed workflow explanation that could be shortened. Still, it is relatively concise and informative.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Essential deprecation and alternatives are covered, but parameter semantics are missing, and output (retirement guide) is not described. For a deprecated tool this may be sufficient, but gaps remain.

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

Parameters1/5

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

Input schema has 3 parameters with 0% description coverage, and the description does not explain their purpose or usage. Since the tool is deprecated, parameters may be irrelevant, but no semantics are provided.

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 is deprecated and only returns a retirement guide, which is a specific verb and resource. It also distinguishes from siblings by directing to new workflow (compose_paper, create_paper, bind_paper_slot).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states the tool should not be used for its original purpose, provides detailed alternative workflow using compose_paper, create_paper, bind_paper_slot, and references get_role_manual for guidance.

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