Skip to main content
Glama

Readwise MCP Enhanced

readwise_list_highlights

Organize and filter Readwise highlights by book, date, or custom criteria to streamline your note review and content management process.

Instructions

List highlights from Readwise with optional filtering by book, date, or other criteria

Input Schema

NameRequiredDescriptionDefault
book_idNoFilter highlights by specific book ID
highlighted_at__gtNoFilter highlights made after this date (ISO 8601)
highlighted_at__ltNoFilter highlights made before this date (ISO 8601)
pageNoPage number for pagination
page_sizeNoNumber of results per page (default: 100, max: 1000)
updated__gtNoFilter highlights updated after this date (ISO 8601)
updated__ltNoFilter highlights updated before this date (ISO 8601)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "book_id": { "description": "Filter highlights by specific book ID", "type": "number" }, "highlighted_at__gt": { "description": "Filter highlights made after this date (ISO 8601)", "type": "string" }, "highlighted_at__lt": { "description": "Filter highlights made before this date (ISO 8601)", "type": "string" }, "page": { "description": "Page number for pagination", "type": "number" }, "page_size": { "description": "Number of results per page (default: 100, max: 1000)", "type": "number" }, "updated__gt": { "description": "Filter highlights updated after this date (ISO 8601)", "type": "string" }, "updated__lt": { "description": "Filter highlights updated before this date (ISO 8601)", "type": "string" } }, "type": "object" }

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/arnaldo-delisio/readwise-mcp-enhanced'

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