Skip to main content
Glama

edubase_post_exam_autologin

Enable or reconfigure automatic login for an exam: create a shortlink, auto-generate accounts, or let assigned users join without manual approval.

Instructions

Enable or reconfigure automatic login for an exam.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seNoshortlink for the login URL, at least 3 characters long (with a + sign automatically prepended), send an empty value to remove the current shortlink, needs the shortlink feature to be enabled and cannot be used with secure (Safe Exam Browser) exams
examYesexam identification string
autoaddNogenerate new exam accounts automatically on demand, needs special privileges to set!
autojoinNoallow already registered users to join the exam automatically, needs special privileges to set!
autojoin_limitedNolimit automatic joining to the users assigned to the exam, only used when autojoin is enabled, needs special privileges to set! (default: false)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pinNoPIN code of the exam (only present if autologin is true)
urlNologin URL of the exam, the shortlink or the Safe Exam Browser launch URL if configured (only present if autologin is true)
examYesexam identification string
autoaddNonew exam accounts are generated automatically on demand (only present if autologin is true)
autojoinNoalready registered users can join the exam automatically (only present if autologin is true)
autologinYesautomatic login is enabled
results_urlNoURL where examinees can look up their own results (only present if autologin is true and results can be viewed with an identifier)
autojoin_limitedNoautomatic joining is limited to the assigned users (only present if autojoin is true)
Install Server

TDQS

C2.9/5.0
Behavior2/5

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

Annotations already indicate a non-readonly, non-idempotent write operation. The description adds no extra behavioral context such as side effects, permission requirements, or overwrite semantics, except a mild implication of 'reconfigure' meaning updating existing settings.

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 single sentence is concise and front-loaded with the core purpose, containing no wasteful words. It is appropriately short for a simple resource operation, though it lacks enrichment.

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?

While the output schema exists and parameters are fully documented, the description omits any practical context such as prerequisites (e.g., shortlink feature requirement) or when not to use the tool. The tool is moderately complex with conditional parameters, so more contextual guidance would be helpful.

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?

The schema has 100% description coverage, so the description does not need to add parameter details. The description does not mention any parameters, but the schema fully documents them, meeting the baseline.

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 states the verb 'enable or reconfigure' and the resource 'automatic login for an exam', making the tool's function evident. It does not explicitly differentiate from sibling get/delete autologin tools, but the name and wording imply a create/update action.

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?

The description implies usage for setting up or altering automatic login but provides no explicit guidance on when to use this tool versus the get or delete autologin siblings, and no conditions or exclusions are mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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