Skip to main content
Glama

Readwise MCP Enhanced

readwise_export_highlights

Export Readwise highlights for bulk analysis or backup with optional filters like date, specific book IDs, or including deleted entries. Supports pagination for large exports.

Instructions

Export all highlights from Readwise with optional filtering. Perfect for bulk analysis or backup.

Input Schema

NameRequiredDescriptionDefault
idsNoComma-separated list of book IDs to export highlights from
includeDeletedNoInclude deleted highlights in export (default: false)
pageCursorNoCursor for pagination through large exports
updatedAfterNoOnly export highlights updated after this date (ISO 8601) - useful for incremental sync

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "ids": { "description": "Comma-separated list of book IDs to export highlights from", "type": "string" }, "includeDeleted": { "description": "Include deleted highlights in export (default: false)", "type": "boolean" }, "pageCursor": { "description": "Cursor for pagination through large exports", "type": "string" }, "updatedAfter": { "description": "Only export highlights updated after this date (ISO 8601) - useful for incremental sync", "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