get_past_resultsanswerimperative
Return this browser's saved speed test history (from local storage) with all-time averages, the latest result, and the most recent tests. Read-only and local: no test is run and nothing leaves the browser. Use it to answer questions about past or average performance (e.g. "what is my average download speed", "how fast was my last test"). Returns an empty history if the user has not run tests in this browser.Input schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 100,
"description": "How many recent results to return, newest first. Default 20. Averages are always computed over ALL stored tests, not just these."
}
},
"additionalProperties": false
}