list_kg_tree
Retrieve the knowledge point hierarchy to select leaf IDs for exam paper composition. Returns top-level nodes with nested children.
Instructions
查平台知识点树(组卷的知识点白名单源)。返回顶层节点 + children 嵌套。
编排层(Claude Code)据此选要考查的知识点叶子 id,喂给 compose_paper 的 outline.subjectId。 返回: {ok, nodes:[{id,name,children?}, ...]};空树 → {ok:true, nodes:[]} 不报错。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||