Skip to main content
Glama

edubase_patch_exam

Idempotent

Update details of an existing exam, including title, description, schedule, language, and organization. Modify exam information after creation.

Instructions

Update the details of an existing exam.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoexternal unique exam identifier, send an empty value to remove the current identifier
endNoexam end time (in YYYY-MM-DD HH:ii:ss format)
examYesexam identification string
startNoexam start time (in YYYY-MM-DD HH:ii:ss format), can only be changed until the first result arrives
titleNotitle of the exam
deadlineNolatest date and time the exam can be started at (in YYYY-MM-DD HH:ii:ss format), should be within the exam period, send "none" (or an empty value) to remove the current deadline
languageNolanguage of the exam
descriptionNodescription of the exam, basic HTML formatting is kept and scripts are removed, send an empty value to remove the current description
organizationNoorganization identification string to move the exam to, only an organization of the API application owner can be used, only the owner of the exam (or an administrator) can change the organization, send "none" (or an empty value) to remove the exam from its current organization, always the organization of the user for organizational members
Install Server

TDQS

B3.3/5.0
Behavior2/5

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

The description adds no behavioral context beyond the annotations. While annotations already indicate this is a write operation (readOnlyHint=false), idempotent (idempotentHint=true), and non-destructive (destructiveHint=false), the description does not mention any side effects, permission requirements, or constraints like the start-time change limitation described in the parameter schema.

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 with zero waste. It immediately conveys the action and subject, and the structure is optimally front-loaded for AI consumption.

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?

Given the tool's moderate complexity (9 parameters, 1 required) and the full parameter documentation, the description is minimally viable. However, it lacks any guidance on typical use cases or return expectations, and with no output schema, an agent may not know what to expect from the response. The annotations mitigate some concerns, but the description itself adds little contextual value.

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 input schema fully documents all 9 parameters. The description itself does not add any parameter-specific meaning beyond what is already present, which aligns with the baseline score of 3 for high schema coverage.

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 states a specific verb ('Update') and resource ('details of an existing exam'), clearly distinguishing it from sibling operations like edubase_post_exam (create), edubase_get_exam (retrieve), and edubase_delete_exam (delete). The word 'existing' further clarifies it is not for creation.

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 provides no guidance on when to use this tool versus alternatives. It does not mention prerequisites, exclusions, or point to other methods (e.g., post_exam for creation, patch_exam_settings for settings changes). Usage is only implicitly inferred from the patch verb.

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