Skip to main content

find_similar_articles

Find articles thematically similar to a given article by cosine similarity over Voyage AI embeddings.
article_id
integer
required
Internal Rewind article id (from an earlier search/recent result)
limit
number
Number of related articles to return Defaults to 5.

get_article

Fetch one saved article by id, returning its full body, metadata, and highlights.
id
integer
required
Internal Rewind article id (from a get_recent_reads, search, semantic_search, or find_similar_articles result)

get_random_highlight

Get a single random highlight from saved Instapaper articles. This tool takes no parameters.

get_reading_highlights

Get saved highlights from Instapaper articles.
limit
number
Number of highlights to return Defaults to 10.
page
number
Page number Defaults to 1.

get_reading_stats

Get overall reading statistics from Instapaper including total articles, finished count, currently reading, highlights, and word count. This tool takes no parameters.

get_recent_reads

Get recently saved articles from Instapaper.
date
string
Optional: filter to a specific date (YYYY-MM-DD)
from
string
Optional: start of date range (ISO 8601)
include_images
boolean
Include artwork/poster image content blocks in the response. Default true. Set false to keep responses small. Defaults to true.
limit
number
Number of recent articles to return (max 50) Defaults to 10.
page
number
Page number for pagination. Combine with limit to page through longer windows. Defaults to 1.
to
string
Optional: end of date range (ISO 8601)