start_battle
Start a battle for a given stage, auto-selecting optimal books from inventory. Override with explicit book IDs for high-difficulty stages.
Instructions
Start a battle for the given stage with automatic book selection.
Flow: navigate Invitation -> prepareBattle (auto-selects best books by composite score: HP + breakLife + resistances) -> wait for BattleSetting -> startBattle -> wait for Battle.
For high-difficulty stages where auto-selection picks bad books, pass explicit book_ids to override auto-selection.
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. | |
| book_ids | No | Optional list of explicit book IDs to use. If None, auto-selects the best books from available inventory. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||