tops
tops
¶
MCP tool wrappers for Houdini PDG/TOPs operations.
Each tool delegates to the corresponding handler running inside Houdini via the HTTP bridge.
Functions:
| Name | Description |
|---|---|
cancel_top_cook |
Cancel active cooking on a TOP network. |
cook_top_node |
Cook a TOP node to execute its work items. |
dirty_work_items |
Dirty work items on a TOP node so they can be regenerated. |
generate_static_items |
Generate static work items on a TOP node without cooking. |
get_pdg_graph |
Get the PDG dependency graph structure for a TOP network. |
get_top_network_info |
Get an overview of a TOP network. |
get_top_scheduler_info |
Get information about TOP scheduler nodes in a network. |
get_work_item_info |
Get detailed information about a specific work item. |
get_work_item_states |
Get work item state counts for a TOP node. |
pause_top_cook |
Pause cooking on a TOP network. |