Let's say someone passes a string to a connector, but it should be a number. However, it's a numeric string. The third party API might error unless the type is a pure number.
Wouldn't it be smart if we automatically typecasted the parameter to a number? It'd boost the reliability of connectors significantly.