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

# Watching

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

## `get_recent_watches`

Get recently watched movies and TV shows from Plex and Letterboxd.

#### date (path, string)

Optional: filter to a specific date (YYYY-MM-DD)

#### from (path, string)

Optional: start of date range (ISO 8601)

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

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

#### limit (path, number)

Number of recent watches to return (max 50) Defaults to `10`.

#### page (path, number)

Page number for pagination (1-indexed). Combine with limit to page through longer windows like "last month". Defaults to `1`.

#### to (path, string)

Optional: end of date range (ISO 8601)
