Skip to main content
Glama

Readwise MCP Enhanced

readwise_search_highlights

Search and filter highlights across documents by text, fields like title, author, or tags, and specific books. Streamline finding key insights with precision and control.

Instructions

Advanced search across all highlights using text queries and field-specific filters. Equivalent to official Readwise MCP search functionality.

Input Schema

NameRequiredDescriptionDefault
bookIdNoFilter results to specific book
fieldQueriesNoSpecific field searches (like full_text_queries)
limitNoMaximum number of results to return
textQueryNoMain text to search for across all highlight content (like vector_search_term)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "bookId": { "description": "Filter results to specific book", "type": "number" }, "fieldQueries": { "description": "Specific field searches (like full_text_queries)", "items": { "properties": { "field": { "description": "Field to search in", "enum": [ "document_title", "document_author", "highlight_text", "highlight_note", "highlight_tags" ], "type": "string" }, "searchTerm": { "description": "Term to search for in the specified field", "type": "string" } }, "required": [ "field", "searchTerm" ], "type": "object" }, "type": "array" }, "limit": { "description": "Maximum number of results to return", "type": "number" }, "textQuery": { "description": "Main text to search for across all highlight content (like vector_search_term)", "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