Skip to main content
Glama
aerovfx
by aerovfx

aeroedu_exam_publish

Idempotent

Publish an exam for students to access and complete. Supports scheduling start/end times for timed exams or leaving them open for practice.

Instructions

Publish đề thi để học sinh có thể thấy và làm bài. Sau khi publish có thể set thời gian bắt đầu/kết thúc (nếu là đề thi có lịch) hoặc để trống cho đề luyện tập tự do. Dùng exam_id từ aeroedu_exam_create.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
exam_idYesexamId cần publish
is_publicNoCho phép HS tìm thấy đề (true) hay chỉ HS được giao (false). Mặc định true
statusNoTrạng thái đề thi sau khi publishĐang diễn ra
Behavior4/5

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

Annotations indicate idempotency and non-destructiveness, which the description does not contradict. The description adds behavioral context about scheduling flexibility. Could further explain the effect of the 'status' parameter on student visibility.

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?

Two concise sentences, each serving a clear purpose: state the function and provide usage context. No filler or redundancy.

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

Completeness4/5

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

For a simple publish operation with good annotations and schema, the description is adequate. It covers the main usage steps and links to create tool. Could include brief explanation of status enum implications.

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 descriptions for each parameter. The description adds minimal extra beyond the schema, except linking exam_id to aeroedu_exam_create. Baseline score of 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 tool publishes exams so students can see and take them. It distinguishes itself from the sibling 'aeroedu_exam_create' by referencing its exam_id.

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 explicitly instructs to use exam_id from aeroedu_exam_create and explains that after publishing, start/end times can be set for scheduled exams or left blank for free practice. This provides clear usage context, but lacks explicit when-not-to-use guidance.

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/aerovfx/MCPaeroedu'

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