move_lesson
Move a lesson to a different chapter or reorder its position within the same chapter by specifying the lesson, source and target chapters, and a new 0-based index.
Instructions
Move a lesson to a different chapter or reorder within the same chapter.
Args: lesson: The lesson name. source_chapter: Current chapter. target_chapter: Destination chapter (same as source to reorder). idx: New 0-based position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| idx | Yes | ||
| lesson | Yes | ||
| source_chapter | Yes | ||
| target_chapter | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |