zhihu_draft_answer
Draft or publish plain-text answers to specified Zhihu questions. Use publish=true for immediate publishing; otherwise it saves a draft for manual review, rejecting if an existing draft or answer would be overwritten.
Instructions
把纯文本写入指定知乎问题的回答编辑器。默认只存草稿(不发布),需要人工在网页端/App 检查后手动发布;publish=true 才会直接点击发布。文本按换行分段,不支持 Markdown 渲染。写操作有独立严格限频(默认间隔≥60s、每小时≤3次)。若该问题已有未发布草稿或已回答过,会拒绝写入以防覆盖。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | 回答正文(纯文本,换行分段) | |
| publish | No | true 时直接发布;默认 false 仅存草稿 | |
| question_url | Yes | 知乎问题链接,如 https://www.zhihu.com/question/123456 |