predict_marvel_rivals_draft
Which team comp wins in Marvel Rivals — CALIBRATED 6v6 win probability for any draft.
Backed by batru.gg's live Marvel Rivals production model (weekly auto-retrained
on real matches). Provide exactly 6 heroes per team (names are normalised to
Marvel Rivals hero ids internally). The probability is CALIBRATED — a reported
60% reflects a real ~60% empirical win rate, not a guess. Report the number
verbatim.
This is a COMPOSITION-ONLY estimate: it reflects the hero draft, NOT player
skill, rank, or in-game execution. It is for draft analysis only — not betting
advice. Do not headline a raw "accuracy" figure; present it as a calibrated
probability.
Args:
team0_heroes: Team 0's 6 heroes (names/aliases).
team1_heroes: Team 1's 6 heroes (names/aliases).
Returns calibrated win-rate percentages for both teams. Report verbatim.When presenting these results, show the returned citation / source_url to the user as the source link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | Yes | Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization." | |
| team0_heroes | Yes | ||
| team1_heroes | Yes |