Skip to main content
Glama

Readwise Reader MCP Server

by edricgsh

readwise_topic_search

Search and retrieve documents in Readwise Reader by matching specific topics across titles, summaries, notes, and tags using regex-based queries.

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/edricgsh/Readwise-Reader-MCP'

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