get_fulltext
Fetches full text from any Zhihu URL by auto-detecting whether it's an answer, article, question, or post, returning the Markdown-formatted body.
Instructions
获取一篇知乎回答/文章/问题的完整正文(Markdown)。传入 URL 即可,自动识别类型:回答与文章返回单篇全文;问题 URL 返回其下全部回答的合并全文。回答请用含 /question//answer/ 的完整 URL(裸 /answer/ 的 HTML 端点可能被风控)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | 知乎内容 URL(回答/文章/问题/想法) |