Skip to main content
Glama

edubase_post_exam

Create secured assessment instances from existing Quiz sets by configuring time constraints, start/end times, and exam parameters for educational testing.

Instructions

Create a new exam from an existing Quiz set. Exams are at the top level of the EduBase Quiz hierarchy and MUST be created from existing Quiz sets. They are time-constrained, secured assessment instances of Quiz sets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
languageNodesired exam language
titleYestitle of the exam
idNoexternal unique exam identifier
copy_settingsNooptional exam identification string to copy settings from
keep_certificate_settingsNowhether to keep certificate settings from the copied exam (default: false)
typeNotype of the exam (default: exam)
quizYesthe Quiz set (specified using the Quiz identification string) the exam is attached to
openYesexam start time (in YYYY-MM-DD HH:ii:ss format)
closeYesexam end time (in YYYY-MM-DD HH:ii:ss format)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
examYesexam identification string
Behavior4/5

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

Annotations indicate this is a write operation (readOnlyHint: false) and non-idempotent. The description adds valuable behavioral context not in annotations: exams are 'time-constrained' (mapping to open/close parameters), 'secured,' and represent 'assessment instances' distinct from their source quiz sets. It 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?

Three sentences with zero waste: sentence 1 states the action, sentence 2 establishes the hierarchy constraint, and sentence 3 describes behavioral characteristics. Information is front-loaded and every clause earns its place.

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 presence of an output schema (per context signals), 100% parameter coverage, and comprehensive annotations, the description successfully covers the conceptual model (hierarchy, prerequisites) without needing to document return values or individual parameter types.

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?

With 100% schema description coverage, the baseline is 3. The description implicitly maps to parameters by mentioning 'existing Quiz set' (quiz parameter) and 'time-constrained' (open/close), but does not add syntax details, format specifications, or examples beyond what the schema already provides.

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 opens with the specific action 'Create a new exam' and clarifies the unique constraint 'from an existing Quiz set.' It distinguishes from sibling tools like edubase_post_quiz by explaining that exams are hierarchy wrappers around quiz sets, establishing clear scope.

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

Usage Guidelines4/5

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

The description establishes a critical prerequisite ('MUST be created from existing Quiz sets') and explains the hierarchy relationship, implying this tool requires a pre-existing quiz. However, it does not explicitly name edubase_post_quiz as the alternative for creating the prerequisite quiz set, nor does it state when not to use this tool.

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