pub fn prepare_edit_args(args: Value) -> Result<Value, String>Expand description
Normalize tool arguments before execution. Returns restructured JSON matching execute()’s expected format, or the original args on error (execute() will produce its own error message).