Skip to main content
Glama
CaseyRo

Readwise MCP HTTP Server

by CaseyRo

list_highlights

Retrieve reading highlights from Readwise with filtering options for books, tags, or recent updates. Supports pagination for managing large collections.

Instructions

List highlights with optional filtering by book, tag, or recency.

Use updated_after with an ISO 8601 date string to get recent highlights, e.g. '2024-01-01' or '2024-01-01T00:00:00Z'.

Returns highlights plus total count and next_page for pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
book_idNo
tagNo
updated_afterNo
pageNo
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYes
totalYes
next_pageNo
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden. It discloses key behavioral traits: it returns paginated results (highlights plus total count and next_page) and supports filtering. However, it doesn't cover permissions, rate limits, error conditions, or whether it's read-only (though 'list' implies safe). The description doesn't contradict annotations, as none exist.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured and front-loaded with the core purpose, followed by specific usage notes and return details. Every sentence adds value: the first states purpose, the second provides a concrete example for a parameter, and the third explains the return format. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (5 parameters, filtering, pagination) and no annotations, the description does a good job covering key aspects: purpose, parameter usage example, and return structure. With an output schema present, it doesn't need to detail return values. However, it could better address sibling differentiation and behavioral constraints like rate limits.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It adds meaningful context for 'updated_after' (ISO 8601 date string with examples) and mentions filtering by 'book' and 'tag,' which map to 'book_id' and 'tag' parameters. It also implies pagination via 'page' and 'limit' through the return structure, though not explicitly naming them. This partially compensates for the schema gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose as 'List highlights with optional filtering by book, tag, or recency,' which specifies the verb (list) and resource (highlights). It distinguishes from siblings like 'get_highlight' (singular) and 'search_highlights' (likely full-text search), but doesn't explicitly differentiate from 'list_books' or 'list_tags' which list different resources.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage through the mention of filtering options (book, tag, recency) and pagination, suggesting it's for retrieving multiple highlights. However, it doesn't explicitly state when to use this vs. alternatives like 'search_highlights' or 'get_highlight,' nor does it mention prerequisites or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CaseyRo/readwise-mcp-http-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server