create_lesson
Create a lesson in a chapter by specifying chapter, title, and optional EditorJS content.
Instructions
Create a lesson in a chapter.
Args: chapter: The chapter name. title: Lesson title. content: EditorJS JSON string for the lesson body. Use build_lesson_content to construct it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| chapter | Yes | ||
| content | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |