create_story
Create a new story with title, optional config fields, and initial draft content in one command.
Instructions
创建一个新故事(文件夹 + config.json + text.md 草稿)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | 故事类型(默认 original) | |
| title | Yes | 故事标题(必填) | |
| series | No | 系列名称 | |
| status | No | 状态(默认 ongoing) | |
| content | No | 初始正文(可选,作为第一章草稿写入) | |
| summary | No | 简介 | |
| language | No | 语言(zh 或 en,默认 zh) |