ListSavedNetworksTool
Lists saved WiFi network SSIDs via the legacy WifiManager.getConfiguredNetworks(). That API is deprecated on API 29+ and returns an empty list there (with an explanatory note); below 29 it needs location permission. Requires ACCESS_WIFI_STATE.
Output keys: networks (list of SSID strings), count, and on API 29+ a note.