knowledge_read
Retrieve a knowledge node's full content by ID or path, along with titles and summaries of its direct children, to explore a branch without recursive depth.
Instructions
Read full content of a knowledge node (by ID or path), plus title+summary of its direct children (one level, not recursive) -- a branch node's own content is usually empty, the substance lives in its children. Use browse/search first to find the right node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor | No | Calling agent identity; else BEGOD_KNOWLEDGE_ACTOR or unknown | |
| model | No | Calling model; else BEGOD_KNOWLEDGE_MODEL or unknown | |
| node_id | Yes | Node ID or full path | |
| session | No | Stable session ID; else BEGOD_KNOWLEDGE_SESSION or unknown |