Skip to main content
Glama

submit_student_mark

Submit final grading results for a student's test paper after all manual questions are graded, finalizing the score in the student's record.

Instructions

[批改 4/4] 提交整卷批阅结果。

调用前需对该卷所有需手工批改的题都执行过 grade_student_question;
本工具一旦成功,该学生本卷的分数即写入学生端,不可再改。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
group_idYes课程组id(通过 query_teacher_groups 获取)
answer_record_idYes答题记录id(来自 query_test_result 的 answer_records[].record_id 字段)
mark_mode_idYes阅卷模式id(来自 query_test_result 的 mark_mode_id 字段)
mark_paper_record_idYes批阅记录id(来自 query_preview_student_paper 的 mark_paper_record_id 字段)
Behavior4/5

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

With no annotations, the description clearly discloses that the tool is a destructive write operation that finalizes the score and cannot be undone. It does not mention permissions or rate limits, but the behavioral impact is well communicated.

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?

Two sentences convey the purpose, prerequisite, and consequence in a front-loaded, efficient manner. No wasted words.

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 the tool is the final step in grading, the description provides all necessary context: prerequisite actions, finality, and the parameters are fully documented in the schema. No output schema is needed as it's a success/failure operation.

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 coverage is 100% and each parameter has a description explaining its source. The tool description does not add new information about parameters beyond the schema, so it meets the baseline for high 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?

The description clearly states '提交整卷批阅结果' (submit entire paper grading result), with a specific verb and resource. It distinguishes itself from sibling tools like 'grade_student_question' by indicating it is the final step [批改 4/4].

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 prerequisite: all manual questions must be graded via 'grade_student_question' before calling. Also warns that success makes the score irreversible ('不可再改'), guiding when to use and not to retry.

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/Sav1ouR520/xiaoya-teacher-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server