Skip to main content
Glama

Readwise MCP

Official
by readwiseio

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

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/readwiseio/readwise-mcp'

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