graph_open_nodes
Retrieve a subgraph of specified entities and their connected nodes from the knowledge graph, enabling exploration of related project context, decisions, and progress.
Instructions
Open specific nodes and their neighborhood. Returns a subgraph with the requested entities and their connections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| storeId | No | Optional store ID to target a specific registered store instead of the active one | |
| nodes | Yes | Array of entity names or IDs to open | |
| depth | No | Neighborhood depth (1 or 2, default: 1) |