Readwise MCP

by readwiseio
MIT License
51
23

search_readwise_highlights

Search and retrieve saved highlights from Readwise by specifying vector search terms and full-text queries across author, title, notes, text, and tags. Enables AI assistants to access personalized reading content.

Input Schema

NameRequiredDescriptionDefault
full_text_queriesYes
vector_search_termYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "full_text_queries": { "items": { "additionalProperties": false, "properties": { "field_name": { "enum": [ "document_author", "document_title", "highlight_note", "highlight_plaintext", "highlight_tags" ], "type": "string" }, "search_term": { "type": "string" } }, "required": [ "field_name", "search_term" ], "type": "object" }, "type": "array" }, "vector_search_term": { "type": "string" } }, "required": [ "vector_search_term", "full_text_queries" ], "type": "object" }

You must be authenticated.

Other Tools from Readwise MCP

Related Tools

ID: yir753n9mw