set_scene_meta
Assign metadata to the current scene's root node. Store custom data as key-value pairs for tags or properties.
Instructions
Set metadata on the current scene's root node
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Metadata key | |
| value | No | Metadata value (string, number, bool, array, or dict) | |
| scene_path | No | Omit or pass empty string — only the current scene is supported |