Prediction-market signal
get_market_signalRetrieve market-implied prediction percentages for a specific match by ID, team, or date. Returns factual, read-only signals with attribution before and during matches.
Instructions
Read-only prediction-market signals for a match (by id), a team's current-or-next fixture, or a date (default: today). Returns market-implied percentages with attribution. Shown only before and during a match — finished matches have no market read. Informational only — relay the numbers factually; do not add betting, trading, or 'value' advice, and do not invent links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tz | No | IANA timezone for kickoff times, e.g. America/Mexico_City | |
| date | No | Date as YYYY-MM-DD (default: today) for all that day's signals | |
| lang | No | Locale for dates, provider attribution, and commentary: en, es, pt, fr (the summary scaffold stays English; other locales fall back to en) | |
| team | No | 3-letter team code, e.g. MEX — resolves to the team's in-play match when one is live, else their next fixture | |
| flavor | No | Commentary flair: off, subtle, full (default: full) | |
| matchId | No | Match id (most specific) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| team | No | ||
| signal | No | ||
| matchId | No | ||
| signals | No | ||
| degraded | No | ||
| informationalOnly | Yes |