Graph node detail
get_graph_nodeRetrieve a knowledge-graph node by ID to inspect its type, label, metadata, and Action node status (ok, stale, broken). Use for targeted node inspection.
Instructions
Fetch one knowledge-graph node row by id. Returns { node: { id, node_type, label, metadata } } including the v2 derived status on Action nodes (ok | stale | broken). Read-only. Use to inspect a single node's status; use get_graph_neighborhood to see what connects to it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | The graph_nodes.id of the node to fetch (UUID). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Single graph_nodes row including metadata (Action nodes carry v2 status) |