Skip to main content
Glama
edricgsh

Readwise Reader MCP Server

by edricgsh

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
readwise_save_documentC

Save a document (URL or HTML content) to Readwise Reader

readwise_list_documentsC

List documents from Readwise Reader with optional filtering

readwise_update_documentC

Update a document in Readwise Reader

readwise_delete_documentC

Delete a document from Readwise Reader

readwise_list_tagsB

List all tags from Readwise Reader

readwise_topic_searchC

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

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: list_documents, save_document, update_document, delete_document, list_tags, and topic_search. There is no overlap in functionality, and the descriptions clearly differentiate the operations on documents versus tags versus search.

Naming Consistency5/5

All tools follow a consistent 'readwise_verb_noun' pattern with snake_case throughout. The verbs (list, save, update, delete, search) are standard and predictable, making the tool set easy to navigate and understand.

Tool Count5/5

With 6 tools, this server is well-scoped for managing documents in Readwise Reader. It covers core CRUD operations (create/save, read/list, update, delete) plus additional utilities (list_tags, topic_search), which is appropriate for the domain without being overwhelming or insufficient.

Completeness5/5

The tool set provides complete CRUD coverage for documents (save, list, update, delete) and includes essential extras like tag management and topic-based search. There are no obvious gaps for typical document management workflows in Readwise Reader.

Maintenance

ActivityInactive
ResponsivenessUnresponsive