wb_idea_add
Add an idea directly to the list without AI categorization. Provide raw text and an optional title; confirm the write to save.
Instructions
直录 AI 点子(不经 AI 判类)。对应 CLI:idea add。参数:raw*(点子原文(含空格换行均可)), title(标题(缺省取原文前 30 字))。写操作须 confirm:true。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | Yes | 点子原文(含空格换行均可) | |
| title | No | 标题(缺省取原文前 30 字) | |
| confirm | No | 写操作必传 true(安全门) |