add_mapping_modifier
Add a modifier to a specific input mapping by specifying context path, mapping index, and modifier type. Modifier properties can be optionally defined.
Instructions
Add a modifier to a specific mapping in an Input Mapping Context.
Args: context_path: Path to the IMC asset mapping_index: Index of the mapping (from get_input_mapping_context) modifier_type: Modifier class name (e.g. "InputModifierNegate") properties: Optional modifier properties
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| properties | No | ||
| context_path | Yes | ||
| mapping_index | Yes | ||
| modifier_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |