Skip to main content
Glama

Readwise MCP Enhanced

readwise_topic_search

Search documents in Readwise Reader by topic using regex matching on titles, summaries, notes, and tags. Quickly locate relevant content based on specific search terms for efficient document management.

Instructions

Search documents in Readwise Reader by topic using regex matching on title, summary, notes, and tags

Input Schema

NameRequiredDescriptionDefault
searchTermsYesList of search terms to match against document content (case-insensitive regex matching)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "searchTerms": { "description": "List of search terms to match against document content (case-insensitive regex matching)", "items": { "type": "string" }, "minItems": 1, "type": "array" } }, "required": [ "searchTerms" ], "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