Skip to main content
Glama

edubase_post_quiz

Create a new Quiz set with configurable title, language, mode, and type to organize questions for practice or exams.

Instructions

Create a new Quiz set. Quiz sets are collections of questions that can be used for practice or to power multiple Exams.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
languageNodesired Quiz set language
titleYestitle of the Quiz set
idNoExternal unique Quiz identifier. Should be maximum 64 characters long!
descriptionNoshort description
copy_settingsNooptional Quiz set identification string to copy settings from
copy_questionsNooptional Quiz set identification string to copy questions from
modeNoSets how questions are displayed during the Quiz. (default: TEST) - TEST: all questions are displayed at once, user can answer them in any order and switch between them - TURNS: questions are displayed one by one, only one question is visible at a time and the user must answer it before moving to the next question
typeNoType of the Quiz set. (default: set) - set: for practice purposes - exam: for exam purposes - private: for private purposes (e.g testing)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
quizYesQuiz identification string
Behavior3/5

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

The description indicates mutation (create) but annotations already show readOnlyHint=false and destructiveHint=false. It adds context about quiz sets being collections, but does not disclose additional behavioral traits like rate limits, idempotency (not idempotent per hint), or side effects beyond creation. Does not contradict annotations.

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 sentence of 19 words, efficient and front-loaded. It provides the core purpose without extraneous information.

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

Completeness3/5

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

With 8 parameters, 2 enums, and an output schema present, the description explains the high-level purpose but does not mention return values or how to use parameters effectively. The output schema covers return structure, but the description could be more complete.

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% with detailed descriptions for each parameter (e.g., mode, type enums). The description adds no extra meaning beyond what the schema provides, so baseline 3 is appropriate.

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 verb 'Create' and the resource 'Quiz set', and explains that quiz sets are collections of questions for practice or powering exams. This distinguishes it from sibling tools like edubase_post_question (creates individual questions) or edubase_post_exam (creates exams).

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 gives context that quiz sets are for practice or powering exams, but does not explicitly state when to use this tool over alternatives or provide when-not-to-use guidance. No mention of prerequisites or exclusions.

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/EduBase/MCP'

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