Command
commandParse natural-language commands into game actions, resolve spatial intent without changing state, or map intent to suggested tool calls. Use when a player or narrator needs a physical action executed or an outcome determined.
Instructions
Execute a parser command, resolve a spatial intent, or suggest actions from intent. Use when: a player or narrator takes a physical action (execute), needs the outcome of a movement without mutating state (resolve), or wants intent mapped to tool calls (suggest). Do NOT use when: the GM inspects the model directly — use world or lore.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | execute (parser), resolve (non-mutating intent), or suggest (intent → tool calls). Defaults to execute. | |
| intent | No | The intent to resolve or map (resolve/suggest). | |
| command | No | The natural-language command (execute). | |
| entity_id | No | Optional entity context (suggest). |