Shareable match snippet
get_share_snippetGenerate a copy-pasteable match card for a specific match, team fixture, date, or live matches. Includes structured data, optional market lines, and a non-affiliation disclaimer.
Instructions
A polished, copy-pasteable match card (plain text) for a match (matchId), a team's next fixture (team), 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 |
|---|---|---|---|
| matchId | No | Match id (most specific) | |
| team | No | 3-letter team code for that team's next fixture, e.g. MEX | |
| date | No | Date as YYYY-MM-DD (default: today) | |
| live | No | Snapshot of matches in play right now | |
| style | No | social (default, full card) or compact (one line per match) | |
| includeHashtag | No | Include the #VibingLaVidaLoca tag (default true) | |
| includeInstallLine | No | Include the "Try it: …" run cue (default true) | |
| includeMarkets | No | Include the reliable market line when available (default true) | |
| tz | No | IANA timezone for kickoff times, e.g. America/Mexico_City | |
| lang | No | Locale for formatting: en, es, pt, fr (other locales fall back to en) | |
| flavor | No | Commentary flair: off, subtle, full (default: full) |