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.
id
integer
required
Event id.

get_attended_events

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