update_paper_question_order
Reorders questions in a paper by providing a new sequence of question IDs.
Instructions
更新试卷的题目顺序
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper_id | Yes | 试卷ID(通过 query_group_tasks 获取) | |
| question_ids | Yes | 按新顺序排列的题目id列表 |
Reorders questions in a paper by providing a new sequence of question IDs.
更新试卷的题目顺序
| Name | Required | Description | Default |
|---|---|---|---|
| paper_id | Yes | 试卷ID(通过 query_group_tasks 获取) | |
| question_ids | Yes | 按新顺序排列的题目id列表 |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behavioral traits. However, it only states the action without any details on side effects, permissions, error handling, or behavior when invalid IDs are provided. The minimal description adds little beyond the tool name.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single short sentence, concise and to the point. It could include slight additional context, but it effectively communicates the core action without unnecessary words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple with two parameters and no output schema. The description combined with the schema provides basic understanding, but the lack of behavioral details (e.g., what happens if a question ID is invalid) leaves some gaps. Completeness is adequate but not thorough.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with descriptions for both parameters (paper_id from query_group_tasks, question_ids as ordered list). The description adds no additional semantic value beyond what the schema already conveys, so a baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description '更新试卷的题目顺序' clearly specifies the verb 'update' and the resource 'order of questions in a paper'. It distinguishes itself from sibling tools like update_paper_randomization and update_question by focusing specifically on question order.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
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 alternatives. There is no mention of prerequisites, exclusions, or typical use cases. The description is purely functional without contextual direction.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
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