novel_new_chapter
Creates a new chapter file for a specified book, automatically assigning the next chapter number unless overridden. Optionally sets the chapter title and initial content to start writing immediately.
Instructions
为某部作品创建新章节文件(默认自动取下一个章号)。可指定标题与初始正文。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book | Yes | 书名。 | |
| root | No | 章节库根目录。 | |
| title | No | 可选。章节标题,会写入 Markdown 一级标题。 | |
| chapter | No | 可选。显式指定章号;省略则取现有最大章号 + 1。 | |
| content | No | 可选。章节初始正文。 |