read_lesson
Fetch a lesson's complete markdown by its ID, including front matter and all three body sections, to read the full content on demand.
Instructions
按 id 拉取单条 lesson 的完整 markdown 全文(含 front matter 与三段正文)。
触发时机:search_lessons 命中后按需拉全文;draft 也可读。本工具只读
advisory 内容,不替代 verify_hou_api / get_houdini_help /
get_best_practices,也不替代目标 Houdini 版本的 live verification。
参数说明:
- id: lesson id(如 L-20260802-001),由 search_lessons 返回。
返回:{status:success, id, root, lesson_status, markdown}(markdown 为
规范格式,可 round-trip);id 不存在 → status=error + error.code=
ls_lesson_not_found(提示先 search_lessons 获取 id)。整体过
apply_response_cap。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |