knowledge_stats
Verify if your knowledge base writes took effect and identify which roots are reachable. Returns per-root state (ok, unconfigured, unavailable) and counts for lessons, inbox, and recipes.
Instructions
查看各知识库 root 状态与计数(只读状态报告)。
触发时机:需要了解知识库状态、确认写入是否生效或排查检索范围时调用。
查看各 root 状态(ok/unconfigured/unavailable)与 lessons/inbox/
recipes 计数;unconfigured 静默、unavailable 会带 _warning。本工具是
只读状态查询,不替代 verify_hou_api / get_houdini_help /
get_best_practices,也不替代目标 Houdini 版本的 live verification。
参数说明:
- scope: 可选 root 名;缺省/"all" 报告全部 root。
返回:{status:success, roots:[{name, state, path, priority, writable,
lesson_count, draft_count, published_count, inbox_count,
recipes_count}]};未知 scope → status=error + error.code=
ls_unknown_root。整体过 apply_response_cap。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No |