Skip to main content
Glama

Readwise Reader MCP Server

by edricgsh

readwise_topic_search

Search documents in Readwise Reader by matching topics against titles, summaries, notes, and tags using case-insensitive regex patterns.

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