find_similar_articles
Find articles thematically similar to a given article by cosine similarity over Voyage AI embeddings.
integer
required
Internal Rewind article id (from an earlier search/recent result)
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.
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.
number
Number of highlights to return Defaults to
10.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.
string
Optional: filter to a specific date (YYYY-MM-DD)
string
Optional: start of date range (ISO 8601)
boolean
Include artwork/poster image content blocks in the response. Default true. Set false to keep responses small. Defaults to
true.number
Number of recent articles to return (max 50) Defaults to
10.number
Page number for pagination. Combine with limit to page through longer windows. Defaults to
1.string
Optional: end of date range (ISO 8601)