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

# Reading

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

## `get_article`

Fetch one saved article by id, returning its full body, metadata, and highlights.

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

Internal Rewind article id (from a get\_recent\_reads, search, semantic\_search, or find\_similar\_articles result)

## `get_recent_reads`

Get recently saved articles from Instapaper.

#### 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 articles to return (max 50) Defaults to `10`.

#### page (path, number)

Page number for pagination. Combine with limit to page through longer windows. Defaults to `1`.

#### to (path, string)

Optional: end of date range (ISO 8601)
