run_arena_duel
Start an Arena Duel that pits your idea head-to-head against a competitor idea for an AI-judged comparison, returning a session ID you can poll for the result. This spends credits and starts an async job. Not read-only; pass your ideaId and the opponent ideaId, and check credits first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ideaId | Yes | Your idea ID | |
| language | No | Response language | en |
| opponentIdeaId | Yes | The competitor idea ID to duel against |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The tool result rendered as human and AI readable text or markdown. |