Skip to main content

get_attended_event

Get a single attended event (sports game, concert, theater show) in full detail, including venue, tickets, and per-player stat lines for sports games.
integer
required
Event id.

get_attended_events

List events you bought tickets for: sports games, concerts, theater.
integer
1 = only attended, 0 = only unattended (purchased but missed). Omit to return both.
string
Top-level category filter. One of: sports, music, arts.
string
Specific type, e.g. “mlb_game”, “concert”, “ncaaf_game”.
number
Items per page (max 100). Defaults to 20.
number
Page number, 1-indexed. Defaults to 1.
integer
Sports season year (e.g. 2024).
string
Case-insensitive substring match against either team name in event_data. e.g. “mariners”, “huskies”, “storm”. Returns games where this team was either home or away.
integer
Exact match on the league-native team id. e.g. 136 = Seattle Mariners (MLB), 264 = Washington Huskies (ESPN). Use when the natural-language team substring is ambiguous.
integer
Filter by venue id.
integer
Calendar year filter on event_date.

get_attended_player

Detailed athlete card for an MLB / NFL / NCAAF / NBA player you’ve watched play in person.
integer
required
Player id.
boolean
Include artwork/poster image content blocks in the response. Default true. Set false to keep responses small. Defaults to true.

get_attended_player_stats

Aggregate stats for one player across the games you attended.
integer
required
Player id (from get_attended_players or get_attended_player).
integer
Optional. Single-season slice. Omit for career across all attended games (recommended — see tool description).

get_attended_players

Search the list of players (MLB, NFL, NCAAF, NBA, etc.) you have watched play in person.
string
Filter by league slug, e.g. “mlb”, “nfl”, “ncaaf”.
integer
Items per page (max 50). Defaults to 10.
string
Case-insensitive substring match on full name. e.g. “julio”, “kirby”, “will smith”.
integer
Page number, 1-indexed. Defaults to 1.
integer
Filter by primary team id (league-native, e.g. 136 = Mariners in MLB).

get_attended_season

Get every game you attended (or hold tickets for) in a given league + season, with W/L record. league is a slug like “mlb”, “nfl”, “ncaaf”, “nba”, “wnba”.
string
required
League slug (lowercase): “mlb”, “nfl”, “nba”, “wnba”, “ncaaf”, “ncaab”, “mls”.
integer
required
Season year (e.g. 2024 for the 2024 MLB season).

get_attending_stats

Aggregate counts of attended events broken down by category, event_type, and year. This tool takes no parameters.

get_attending_year_in_review

Year-in-review summary for attended events: totals, monthly breakdown, top venues, top concert performers, and the full event list.
integer
required
Calendar year, e.g. 2024.