Prediction-market signal
get_market_signalRetrieve read-only prediction-market percentages for a match, team fixture, or date, displayed before or during play with provider attribution.
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; complete:false means the provider read was incomplete, not that no signal exists. 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 | ||
| count | No | ||
| signal | No | ||
| matchId | No | ||
| signals | No | ||
| complete | No | False when the market provider did not complete every relevant read | |
| degraded | No | ||
| truncated | No | ||
| informationalOnly | Yes | ||
| responseTruncated | No | ||
| responseTruncation | No |