Skip to main content
Glama

configure_paper_basics

Configure basic settings for exam papers: set required status, enable question or option randomization, and select scoring method.

Instructions

一键配置整卷常用基础设置

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
group_idYes课程组id(通过 query_teacher_groups 获取)
paper_idYes试卷ID(通过 query_group_tasks 获取)
requiredNo是否必答(1=否 2=是)
question_shuffleNo题目顺序随机(1=关闭 2=开启)
option_shuffleNo选项顺序随机(1=关闭 2=开启,仅对选择题生效)
question_score_typeNo计分方式(1=严格计分:全对才得分 2=宽分模式:按正确选项比例得分)
Behavior3/5

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

The description says 'one-click configure' but does not explain behavioral traits such as whether it overwrites existing settings, if it is idempotent, or what happens to unspecified parameters. The input schema indicates optional parameters default to null, which hints at non-destructive behavior, but the description adds no clarity beyond that.

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 a single short sentence, making it concise and to the point. However, it sacrifices completeness for brevity; it could be slightly expanded to include key behavioral or usage notes without becoming verbose.

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

Completeness2/5

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

Given the lack of annotations and output schema, the description is incomplete. It does not specify return values, side effects, or the scope of 'basic settings'. The tool handles 6 parameters, yet the description provides no context on how they are applied together.

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?

All six parameters are fully described in the input schema (100% coverage), so the description adds minimal additional meaning. The description's mention of '整卷常用基础设置' implies these are common basic settings, but it does not elaborate on how parameters relate to each other or the 'one-click' concept.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly indicates the tool configures basic settings for an entire exam paper ('整卷常用基础设置'). It uses a specific verb 'configure' and resource 'paper basics', but does not differentiate from similar sibling tools like update_paper_randomization or update_paper_question_order.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternative tools. There is no mention of prerequisites, limitations, or exclusions. The user is left to infer usage from the tool name and sibling tool names.

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