Skip to main content
Glama

get_role_manual

Retrieve role-specific manuals to guide step-by-step workflows for data ingestion, lecture prep, variant generation, or the full manual with tool maps and workflows.

Instructions

取角色说明书全文(协议内自带;另有 MCP resource teacher://manual/)。

role 分角色返回(缺省跟随本连接的 TEACHER_MCP_ROLE):

  • role="data"/"ingest"/"lecture"(录入线)= 录入角色说明书(七类来源路由 + IngestItem 契约 + 讲义录入)。

  • role="prep" = 备课角色说明书(备课线路编排 + 私有池铁律 + 变式补题路径)。

  • role="variant" = 举一反三角色说明书(批 3 落笔)。

  • role="all" = 总手册(开场三步 + 四线工具地图 + 四条编排流程 + 铁律盒子 + 自救表)——fresh agent 首选。 🔴 首次以某身份使用本 server 的 agent 先调对应 role:说明书告诉你这条线怎么一步步走、每步调什么工具。 返回: {ok, role, manual}(markdown 全文);文件缺失 → {ok:False, hint}。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roleNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations exist, so description carries full burden. Discloses return format {ok, role, manual} and error case {ok:False, hint}. Since it's a read-only retrieval, no major behavioral traits missing.

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?

Description is detailed but well-structured with bullet points and sections. Every sentence adds value; could be slightly trimmed but overall efficient for the information density.

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

Completeness5/5

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

Given one optional parameter and existence of output schema, description fully covers tool behavior, input meaning, output format, and error handling. No gaps.

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

Parameters5/5

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

Input schema has one param 'role' with default but no description. Description fully compensates by explaining each possible value ('data','ingest','lecture','prep','variant','all') and their corresponding manual content, providing complete semantic coverage.

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?

Clearly states it retrieves the full role manual, distinguishes from sibling tools like get_feedback_sheet, and specifies each role's content. Mentions alternative MCP resource for specificity.

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?

Provides explicit guidance on when to use, e.g., first-time agents should call with corresponding role; suggests role='all' for fresh agents. No explicit when-not, but context suffices. Also references a resource alternative.

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