list_game_ops
Discover game-specific queries, commands, and events exposed by the running hx-multianim game, including parameter hints, so you can invoke the right operations or poll events.
Instructions
List game-specific custom operations registered by the running game. Returns {queries, commands, events}, each entry has {op|name, description, params|payload} where params/payload is a schema-lite hint (e.g. {lane: "int", count: "int?"}). Call this first to discover what the current game exposes, then use game_op to invoke a query/command, or get_game_events to poll events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||