Skip to main content
Glama

batch_create_questions

Batch create multiple questions of various types (choice, fill-in, true/false, attachment, short answer, programming) for a given paper.

Instructions

批量创建题目(非官方接口),不稳定但功能更强大[支持单选、多选、填空、判断、附件、简答题、编程题]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paper_idYes试卷ID(通过 query_group_tasks 获取)
questionsYes题目列表
need_parseNotrue 返回纯文本(plain),false 返回原始富文本结构(raw)
need_detailNo是否在返回中包含完整题目内容(选项、答案等),仅需确认成功时设为 false
Behavior2/5

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

No annotations are provided, and the description only mentions it is unofficial and unstable. It does not disclose behavioral traits such as side effects, required permissions, or what happens on failure. For a batch creation tool with no annotation safety net, this is a significant gap.

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?

The description is a single concise sentence that front-loads the purpose, instability warning, and supported types. Every word earns its place with no redundancy.

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 complexity (7 question types, many nested schemas) and no output schema, the description lacks high-level context about batch behavior, ordering, error handling, and what the response contains. The rich schema compensates partially, but the description is too minimal.

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 description coverage is 100%, so the schema already documents parameters thoroughly. The description adds no additional meaning to parameters beyond the list of question types, which is already implied by the tool's purpose.

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 is for batch creating questions, lists the supported question types (单选、多选、填空、判断、附件、简答题、编程题), and distinguishes itself from sibling individual create tools by noting it is unofficial, unstable but more powerful.

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

Usage Guidelines3/5

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

The description hints at when to use this over individual tools ('非官方接口,不稳定但功能更强大') but does not provide explicit guidance on when not to use it or alternatives. The context with sibling tools helps, but the description itself lacks direct usage direction.

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