context
context
¶
MCP tool wrappers for Houdini scene-understanding / context operations.
Each tool delegates to the corresponding handler running inside Houdini via the HTTP bridge.
Functions:
| Name | Description |
|---|---|
compare_snapshots |
Take or compare scene state snapshots. |
explain_node |
Explain a node in human-readable form. |
get_cook_chain |
Trace the cook dependency chain for a node. |
get_network_overview |
Get a compact overview of a network. |
get_node_errors_detailed |
Get detailed error analysis for nodes. |
get_scene_summary |
Get a high-level summary of the scene. |
get_selection |
Get the current node selection. |
set_selection |
Set the node selection. |
Functions¶
compare_snapshots
async
¶
compare_snapshots(
ctx: Context, action: str = "take", snapshot_name: str = "default"
) -> dict