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.
Event id.
get_attended_events
List events you bought tickets for: sports games, concerts, theater.
1 = only attended, 0 = only unattended (purchased but missed). Omit to return both.
Top-level category filter. One of:
sports, music, arts.Specific type, e.g. “mlb_game”, “concert”, “ncaaf_game”.
Items per page (max 100). Defaults to
20.Page number, 1-indexed. Defaults to
1.Sports season year (e.g. 2024).
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.
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.Filter by venue id.
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.
Player id.
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.
Player id (from get_attended_players or get_attended_player).
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.
Filter by league slug, e.g. “mlb”, “nfl”, “ncaaf”.
Items per page (max 50). Defaults to
10.Case-insensitive substring match on full name. e.g. “julio”, “kirby”, “will smith”.
Page number, 1-indexed. Defaults to
1.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”.
League slug (lowercase): “mlb”, “nfl”, “nba”, “wnba”, “ncaaf”, “ncaab”, “mls”.
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.
Calendar year, e.g. 2024.