get_node
Retrieve metadata and properties for a single node by its ID from Fodda's expert-curated knowledge graphs to access structured insights and evidence.
Instructions
Directly retrieve metadata and properties for a single node by its ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graphId | Yes | The graph ID | |
| nodeId | Yes | The ID of the node | |
| userId | Yes | Unique identifier for the user (Required) |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Node ID | |
| labels | No | Array of node labels/types | |
| display | No | Display name of the node | |
| properties | No | Key-value properties of the node |