get_cache_status
Check a Houdini cache node's write status to see if all expected frames are on disk, identify missing frames, and know when writing finishes.
Instructions
Frames on disk for a cache node, against the range it is set to write.
This is what to poll after a background write_cache: complete is true
when every frame of expected_range is on disk, missing_frames lists
the rest, writing is true while files are still arriving, and hint
tells you when the finished cache is not yet loaded from disk. Never
wait for a cache with a shell loop; call this between other work.
Args: ctx: MCP context. node_path: Path to the cache node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_path | Yes |