list_books
Filter and retrieve books by type, subject, or status. Returns book details including title, grade, and counts of nodes, questions, and items for display.
Instructions
我的书列表(owner 归属自动过滤 + type/subject/status 可选筛选)。
返回 {ok, books:[{id,bookType,title,subjectId,grade,nodeCount,questionCount,itemCount,...}]}。 统计字段(nodeCount/questionCount/itemCount)供书架卡片 'N 节 · M 题' 展示。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| book_type | No | ||
| subject_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||