Skip to main content
Glama
aerovfx
by aerovfx

aeroedu_lesson_add

Add a lesson to a chapter, supporting video, reading, quiz, assignment, and lab types. Returns the lesson ID.

Instructions

Thêm 1 bài học vào chương. 5 loại: video (có videoUrl), reading (nội dung markdown), quiz (trắc nghiệm), assignment (bài tập nộp), lab (thí nghiệm). Trả về lesson_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chapter_idYeschapterId từ aeroedu_chapter_add
titleYesTên bài học
typeYesLoại bài học
duration_minutesNoThời lượng dự kiến (phút)
video_urlNoURL video (chỉ type='video')
contentNoNội dung markdown (type='reading')
orderNoThứ tự bài trong chương
Behavior3/5

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

Annotations provide no read/idempotent hints; description adds that it returns lesson_id and explains type-specific fields. However, it does not disclose side effects, permissions, or confirmation that it creates a resource, which is partially inferred.

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?

Description is three sentences long, front-loaded with the core action, and efficiently covers purpose, types, and return value with no waste.

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 7 parameters, no output schema, description explains the 5 types and their fields, and return value. Fields like order and duration_minutes are only in schema, but still documented. Minor gap: no explanation of behavioral implications like creation confirmation.

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 baseline is 3. Description adds context about which fields correspond to which lesson type, but does not significantly extend beyond schema descriptions.

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?

Description clearly states the verb 'Thêm' (add) and resource 'bài học vào chương' (lesson to a chapter). It lists 5 specific types with their required fields and indicates return value, distinguishing from sibling tools that add blocks.

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 use for adding lessons to chapters but does not explicitly state when not to use or mention alternatives like aeroedu_block_add_* tools. There is no exclusion 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