create_sticky_note
Add a sticky note to a Houdini network for visual annotation, using custom text, position, size, and color.
Instructions
Leave a sticky note in a network.
Args: ctx: MCP context. parent_path: Network the note lives in. text: Note text. position: [x, y] in network editor units. size: [width, height] in network editor units. color: RGB in 0..1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | ||
| text | Yes | ||
| color | No | ||
| position | No | ||
| parent_path | Yes |