Deep match package: optional timelines, advanced stats, live state/snapshots, full map/game tree, media inventory.
When to use:
- Analyst deep dive
- Live in-game window (LoL/CS2/UFC)
- Full demo list
Prefer over match_summary only when summary is insufficient.
Prefer match_summary for short answers and default cards.
Do not use when: first-pass live board (use live_matches + match_summary).
Section selection: pass includeTimeline / includeLiveState / includeAdvanced booleans, OR an explicit sections[] list.
UFC betting lines: sections:["odds"] (opt-in, never in the default set).
If sections[] is non-empty it wins (booleans are ignored). LoL liveState/advanced require gameId.
Parallel-safe: yes. Upstream cost: 1–8 (section-gated).
Example: { "game": "lol", "matchId": "lol-match-1", "includeTimeline": true, "includeLiveState": false }
ConnectorNo auth