Graph node details
get_graph_nodeEverything directly connected to one node, grouped by relationship: an entry's author/owner/source/ingredients/appliances/tools, an author's works, an ingredient's recipes, a user's collection. Exact and complete (unlike semantic search). Node ids are ':' — e.g. 'entry:' (prefix a search_recipes hit id with 'entry:'), 'ingredient:brown-sugar', 'author:mother-in-law', 'appliance:oven', 'user:'. User-supplied metadata is traversable too: 'tag:' (a shared free-form label) and 'property::' (a shared key=value, e.g. 'property:region:alaska') — every entry carrying that tag/value links to the same node. Recipes with named sub-preparations carry 'component::' nodes (HAS_COMPONENT from the entry; the component links to its own ingredients/steps) — e.g. "what else uses this sauce?" is one hop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Graph node id, or a bare recipe id from search_recipes (auto-prefixed with 'entry:'). |