Is it possible for a MikroTik to do a SNMP get?

I don’t mean polling the MikroTik via SNMP. I mean the MikroTik polling something else through SNMP

I want to write some scripts that monitor wireless links and switch to failover as the link degrades, before it completely drops out. And keeps it on the failover until the link is fully restored
Since our MikroTik routers aren’t doing the wireless themselves though, they have no knowledge of the link performance. So they’d have to poll the radio’s via SNMP to get the current modulation / data rate / EIRP. If I can do that I can write the rest of the script

To sort-of answer my own question. It turns out there is a /tool snmp-get command that isn’t documented anywhere (that I could see)
The problem is the output cannot be saved into variables, and is therefore useless

I need to be able to poll an OID to get i.e. signal strength and then act upon the result within a script