traverse_graph
Explore related memories and entities for a given entity to uncover dependencies and guide decisions when changing one element could affect others.
Instructions
Show project-scoped memories and entities connected to one entity. Use when a change to one tool might affect related decisions. Takes an id from list_entities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | ||
| taskId | No | Current task identifier. Overrides BRAINFEATHER_TASK_ID for this call. | |
| entityId | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edges | Yes | ||
| branch | No | ||
| taskId | No | ||
| entities | Yes | ||
| projectId | Yes |