Skip to main content
Glama

Readwise MCP Enhanced

readwise_list_books

Retrieve and filter books with highlights in Readwise by category, source, or date ranges for efficient organization and access to your annotated content.

Instructions

List books that have highlights in Readwise with optional filtering

Input Schema

NameRequiredDescriptionDefault
categoryNoFilter books by category
last_highlight_at__gtNoFilter books with last highlight after this date (ISO 8601)
last_highlight_at__ltNoFilter books with last highlight before this date (ISO 8601)
pageNoPage number for pagination
page_sizeNoNumber of results per page (default: 100, max: 1000)
sourceNoFilter books by source
updated__gtNoFilter books updated after this date (ISO 8601)
updated__ltNoFilter books updated before this date (ISO 8601)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "category": { "description": "Filter books by category", "enum": [ "books", "articles", "tweets", "supplementals", "podcasts" ], "type": "string" }, "last_highlight_at__gt": { "description": "Filter books with last highlight after this date (ISO 8601)", "type": "string" }, "last_highlight_at__lt": { "description": "Filter books with last highlight 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" }, "source": { "description": "Filter books by source", "type": "string" }, "updated__gt": { "description": "Filter books updated after this date (ISO 8601)", "type": "string" }, "updated__lt": { "description": "Filter books 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