list_topics
Retrieve paginated knowledge base topics with statistics including note counts, files, bloggers, and live streams to organize content in GetNote.
Instructions
获取知识库列表(每页固定 20 条)。返回 topics[]、has_more、total。每个 topic 包含 id(alias id)、name、description、cover、stats(笔记数、文件数、博主数、直播数)等。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 页码,从 1 开始(默认 1) |