Best-fit scenarios
Use this when you want Tater to browse or control a MiSTer setup from chat, voice, or the WebUI without dealing with the MiSTer Remote API directly.
Tater Assistant
Source-backed docs
Control your MiSTer FPGA setup—launch games, check status, or take screenshots.
Use this when you want Tater to browse or control a MiSTer setup from chat, voice, or the WebUI without dealing with the MiSTer Remote API directly.
Set MISTER_HOST and MISTER_PORT in plugin settings, make sure MiSTer Remote and Search are installed on the MiSTer, then send one natural-language request in query such as play super mario on super nintendo or what is playing on mister.
play super mario on super nintendo
This Verba does not declare plugin-specific settings in its metadata. Any dependencies are handled through portal config, environment variables, or the backing service itself.
These notes focus on the setup, calling pattern, and runtime behavior that matter most for this plugin.
MiSTer Remote depends on the mrext Remote and Search tools running on the MiSTer box.
Tater only needs the MiSTer host and port, but the Remote index must already be healthy.
The plugin maps natural language into four main MiSTer actions.
Most setup failures come down to reachability or a missing search database.
{
"function": "mister_remote",
"arguments": {
"query": "play super mario on super nintendo"
}
}