get_node
Retrieves a node's properties and its links grouped by type, including top neighbors per type, to support graph exploration.
Instructions
One node with its properties and its links grouped by link type. Each group
has the real total and its max_per_type heaviest neighbours (id, label,
type, count of parallel links). Use neighbors to walk further.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | ||
| max_per_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |