start_battle
Initiate a battle for a given stage by automatically selecting books with the highest HP, then wait for the battle to start.
Instructions
Start a battle for the given stage with automatic book selection.
Flow: navigate Invitation -> prepareBattle (auto-selects best books by HP) -> wait for BattleSetting -> startBattle -> wait for Battle.
The LLM should call this after deciding which stage to play, then call battle_loop to auto-play the combat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stage_id | Yes | Stage ID (e.g. 1, 2, 10001). | |
| wait_seconds | No | Max seconds to wait for battle to start. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||