No. RouterOS only accepts the dst-address prefix in the add.re.ss.bits/prefix-length format (31.13.24.0/21 in your case).
Other than that, unless you are adding the route just temporarily, the format of the name of the gateway interface (the use of the < > characters) indicates that it is an ephemeral one, so once the connection breaks, the route will become unusable. If it needs to be permanently linked to that VPN client, some extra steps have to be taken.
Why would you want to? The benefit of CIDR format is that you can only use legal suffixes, whereas the netmask allows illegal netmasks such as 255.255.0.255
As in "real men don't need AI, they make their own mistakes"?
What I would do, but only if the list was changing every now and then so it would have to be re-imported, would be to use a RouterOS script for that. But in such case (a large list that is changing), an address list, mangle rules, and an extra routing table are the way to go, not hundreds of static routes.
Yep , something like that, do you prefer to blame yourself for making a mistake or blame yourself for having delegated to the AI to make that same mistake?
Personally I would use a spreadsheet and a VLOOKUP before importing to do the conversion, but of course everyone will have their preferred tool/way.
well... my preference here is clear, let the thing take care of itself. So RouterOS script is the choice just because the router itself can download the source data and process them on its own whereas a spreadsheet needs the administrator to participate in that process. It has nothing to do with simplicity/complexity or elegance of the tool, just with its availability on the router.