Parses the input JSON to the tool's input type.
@override String getInputFromJson(final Map<String, dynamic> json) { return json['input'] as String; }