memory_edges
List a node's outgoing or incoming edges. Specify 'from' for dependencies and links, or 'into' to reverse-traverse and find dependents or tracked issues.
Instructions
List a node's typed edges: direction=from returns its outgoing edges (deps / links / tracks); direction=into is the reverse traversal (e.g. tasks that track an issue, or nodes that depend on this one).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | No | ||
| worktree | No | Absolute path of the checkout to scope reads to — pass a linked worktree to read its branch overlay. Defaults to the server's working directory. A path that is not a linked worktree of this repo is silently ignored: results then come from the indexed checkout, with no error. | |
| direction | Yes | ||
| github_repo | No | ||
| github_owner | No | ||
| github_number | No |