Skip to main content
Glama

update_paper

Assigns standard points to each question based on grade level and sets a suggested duration for the paper. Provide paper ID, total score, and time to get per-question scoring.

Instructions

给试卷按**年级标准分(通值)**算每题分值 + 设建议时长,走 /update 落库。

分值规则(不抠原卷,按常规给):选择/判断=3分、填空=3分,大题类(应用/解答/作图/计算/证明)把剩余分铺满到 total_score(余数加在靠后的难题)。 参数: paper_id;total_score 总分(初中数学期末常规 120);suggest_time 建议时长(分钟,常规 120)。 返回: {ok, paper_id, total, per_question:[...]};异常 → {ok:false, reason}。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paper_idYes
total_scoreNo
suggest_timeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description carries full burden. It describes the scoring rules for different question types, the persistence via /update, and the return format including error handling. It does not mention any destructive actions or side effects beyond updating the paper.

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 somewhat long but well-structured: first explaining the core action, then scoring rules, then parameter list with defaults, and finally return format. Each sentence adds value, though it could be slightly more concise.

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?

The description covers all necessary aspects: purpose, input parameters (with defaults), behavior (scoring rules and persistence), and output format. Since an output schema exists, the description's inclusion of return details is helpful but not required.

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?

With 0% schema description coverage, the description compensates fully by explaining each parameter: paper_id identifies the paper, total_score is total score (default 120), suggest_time is suggested minutes (default 120). It also clarifies default values and the role of parameters.

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's purpose: to calculate per-question scores based on grade-standard scores and set suggested time, then persist via /update. It specifies the verb '给试卷按年级标准分(通值)算每题分值 + 设建议时长' and distinguishes from sibling tools like compose_paper or create_paper by focusing on updating an existing paper's scoring and time.

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 implies when to use this tool: after a paper is created, to set scoring and suggested time. It does not explicitly state when not to use it or mention alternatives, but the context from sibling names (e.g., create_paper) makes it clear this is an update operation.

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