Skip to main content
Glama
aerovfx
by aerovfx

aeroedu_course_create

Creates a draft course on AeroEdu with required title and subject. Returns a courseId for adding chapters and configuring course details.

Instructions

Tạo khoá học mới trên AeroEdu (trạng thái draft). Trả về courseId để dùng cho aeroedu_chapter_add. Môn học hỗ trợ: math, physics, chemistry, biology, literature, english, history, geography, informatics, technology, stem, other.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesTên khoá học (3-200 ký tự)
subjectYesMôn học chính
gradeNoLớp 1-12. Bỏ trống nếu khoá đa cấp
descriptionNoMô tả khoá học
is_premiumNoKhoá trả phí (true) hay miễn phí (false)
priceNoGiá VND. Bỏ trống nếu free
Behavior4/5

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

Annotations indicate readOnlyHint=false and destructiveHint=false, but the description adds context: it creates in draft status and returns courseId. This goes beyond annotations by specifying the initial state and intended use. However, it does not disclose potential side effects or authorization requirements.

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 extremely concise: two sentences. The first sentence front-loads the action, resource, state, and return value. The second lists subjects. No wasted words.

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?

Given the tool's complexity (6 parameters, no output schema), the description adequately explains the return value and integration with aeroedu_chapter_add. It covers the draft state. However, it could be more complete by mentioning that the course is initially empty or the need for authentication.

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?

All 6 parameters have full schema description coverage (100%), so the schema already provides meaning. The description adds minimal extra parameter info; it only lists subjects which are already in the enum. Thus, 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 verb 'Tạo' (Create) and the resource 'khoá học mới trên AeroEdu' with the specific state 'draft'. It distinguishes from siblings like aeroedu_course_list (list) and aeroedu_chapter_add (add chapter) by noting the return of courseId for subsequent use.

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 implies a workflow by stating 'Trả về courseId để dùng cho aeroedu_chapter_add', but does not explicitly specify when to use this tool vs alternatives or provide exclusions. It lacks guidance on prerequisites or when not to use it.

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