Verba Plugin profile

MiSTer Remote

Control MiSTer via the MiSTer Remote API from one natural-language request (launch games, check now playing, go to menu, or take screenshots).

mister_remote Version 1.1.6
When to use

Best-fit scenarios

Use for MiSTer actions like launching a game, checking current game, opening menu, or taking a screenshot.

How to call it

Execution guidance

Pass one natural-language MiSTer request in query. Include game title/system naturally for launch requests.

Arguments

Input shape

  • query string

    ONE consolidated MiSTer request in natural language (for example: play super mario world on snes, what is playing on mister, go to menu, take a screenshot).

Settings

Required configuration

  • MISTER_HOST string

    MiSTer Host (http://IP or hostname)

    Default: http://10.4.20.167
  • MISTER_PORT string

    MiSTer Remote Port

    Default: 8182
Example call

Canonical usage JSON

{
  "function": "mister_remote",
  "arguments": {
    "query": "ONE consolidated MiSTer request in natural language (for example: play super mario world on snes, what is playing on mister, go to menu, take a screenshot)."
  }
}