Open Nodes
open_nodesRetrieve specific nodes by name along with their relations from a memory knowledge graph. Non-existent nodes are silently skipped.
Instructions
Retrieve specific nodes by name, along with relations connected to them. Silently skips non-existent nodes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| names | Yes | The entity names to retrieve | |
| namespace | No | Memory scope/tenant. Use the same namespace to keep related memories together (e.g. "user:alice" or "user:alice:project:frontend"). Defaults to "default". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entities | Yes | ||
| namespace | Yes | ||
| relations | Yes |