memory_read_section
Retrieve a single section of an event package by heading locator. Saves context window space by reading only the needed part instead of the whole package. Use with memory_query_anchors.
Instructions
按小标题精准读取事件包正文的某一段(而非整包),节省上下文窗口。配合 memory_query_anchors 使用:先 query_anchors 拿到命中的 locator,再用本工具按 locator 取该段正文。heading 为正文里 ## / ### 小标题的片段(包含匹配),可直接用 locator 值。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | 事件包 ID | |
| heading | Yes | 小标题片段(##/### 标题的包含匹配,可用 query_anchors 返回的 locator) |