Source: https://dinakar-rewind.docs.pageloop.ai/reference/mcp-tools/attending

# Attending

{/\* Generated by scripts/gen-mcp-reference.ts. Do not edit by hand; change the tool and run \`npm run docs:gen-mcp\`. \*/}

## `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 (path, integer, required)

Event id.

## `get_attended_player`

Detailed athlete card for an MLB / NFL / NCAAF / NBA player you've watched play in person.

#### id (path, integer, required)

Player id.

#### include\_images (path, boolean)

Include artwork/poster image content blocks in the response. Default true. Set false to keep responses small. Defaults to `true`.

## `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 (path, string, required)

League slug (lowercase): "mlb", "nfl", "nba", "wnba", "ncaaf", "ncaab", "mls".

#### season (path, integer, required)

Season year (e.g. 2024 for the 2024 MLB season).
