write_wiki
Create a new Wiki page with auto-generated frontmatter. Specify title, markdown body, optional tags, and page type to organize knowledge.
Instructions
新建一个 Wiki 页(自动生成 frontmatter)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Markdown 正文 | |
| tags | No | 逗号分隔的标签 | |
| title | Yes | 页面标题 | |
| page_type | No | 页面类型(concept/entity/summary/index/contradiction) | concept |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |