Shareable match snippet
get_share_snippetGet a polished, copy-pasteable card for a 2026 World Cup match, team fixture, group standings, knockout bracket, or live matches. Returns the ready-to-paste snippet plus structured data.
Instructions
A polished, copy-pasteable card (plain text) for a match (matchId), a team's next fixture (team), a group's standings table (group, e.g. "A"), the knockout bracket (bracket: true), a date (default: today), or live matches (live: true). Returns the ready-to-paste snippet plus structured data — hand the snippet text to the user verbatim. No links; it carries a non-affiliation disclaimer, and any market line stays informational only.
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) | |
| lang | No | Locale for dates, provider attribution, and commentary: en, es, pt, fr (the summary scaffold stays English; other locales fall back to en) | |
| live | No | Snapshot of matches in play right now | |
| team | No | 3-letter team code for that team's next fixture, e.g. MEX | |
| group | No | Group letter A–L for a standings card, e.g. A | |
| style | No | social (default, full card) or compact (one line per match) | |
| flavor | No | Commentary flair: off, subtle, full (default: full) | |
| bracket | No | Knockout bracket card (use with optional knockoutStage) | |
| matchId | No | Match id (most specific) | |
| knockoutStage | No | Filter the bracket card to one round | |
| includeHashtag | No | Include the #VibingLaVidaLoca tag (default true) | |
| includeMarkets | No | Include the reliable market line when available (default true) | |
| includeInstallLine | No | Include the "Try it: …" run cue (default true) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| team | No | ||
| view | No | ||
| group | No | ||
| stage | No | ||
| style | No | ||
| source | No | ||
| tables | No | ||
| target | No | ||
| matches | No | ||
| snippet | No | ||
| degraded | No | ||
| marketSignals | No | ||
| informationalOnly | No |