mindgap_get_node
Retrieve a node and its neighborhood from the knowledge graph, with configurable depth from 1 to 3 levels. Returns null if the id is missing, avoiding errors.
Instructions
Fetch a node and its neighborhood (depth 1..3, default 1). Missing id returns node:null (clean miss, not an error).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| depth | No |