Skip to main content
Glama

act

Execute in-game actions like UI navigation, floor selection, battle start, story management, and more to control Library of Ruina programmatically.

Instructions

Execute a game action through the Mod HTTP bridge.

Available actions: navigate - navigate UI phase (params: phase=) selectSephirah - select a sephirah floor (params: sephirah=) getFloor - get floor data (params: sephirah=) startStage - start a stage/battle (params: stageId=) listMethods - list available methods on an object (params: objectType=) skipStory - skip current story endStory - end current story advanceStory - advance current story killAllEnemy - kill all enemy units autoPlay - auto-play current battle round endBattle - force-end current battle closeBattleScene - close the battle scene gameOver - trigger game over getStageInfo - get stage info (params: stageId=) clickBattleResult - click battle result button startBattle - start the battle phase callMethod - call an arbitrary method via reflection (params: objectType=, methodName=) getGameState - get game state info runStage - run a stage end-to-end (params: stageId=, optional: sephirah=)

When LOR_MCP_TOOL_PROFILE == 'guided', prefer the specific tools from tools.py. params: comma-separated key=value pairs, e.g. "stageId=3,sephirah=Malkuth" Commas inside [...] or {...} are preserved (not split on).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
paramsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It explains the tool executes actions via bridge but does not disclose side effects, error behaviors, or idempotency. Some actions like killAllEnemy imply destructive behavior, but the description doesn't confirm or elaborate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a list of actions and usage notes. It could be slightly more concise by grouping similar actions, but every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity, the description covers actions and parameter format adequately. An output schema exists, so return values are not needed. It provides sufficient context for an agent to decide when to use this tool versus siblings.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so the description compensates fully. It lists all possible values for 'action' with their required parameters, explains the params format with examples including comma handling, which adds significant meaning beyond the bare schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it executes a game action through the Mod HTTP bridge, and lists many specific actions, distinguishing itself from sibling tools like navigate, start_battle, etc. It even advises preferring specific tools when a profile is set, showing awareness of alternatives.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explains the action parameter and the params format with examples, and mentions when to use specific tools based on a profile. However, it does not explicitly state when NOT to use this tool, which would be helpful.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hongyue0721/lorAI-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server