Skip to main content
Glama

Readwise Reader MCP Server

by edricgsh

readwise_save_document

Save documents (URL or HTML) to Readwise Reader, add tags, specify location, and categorize content for efficient organization and access.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
categoryNoCategory of the document (auto-detected if not specified)
htmlNoHTML content of the document (optional)
locationNoLocation to save the document (default: new)
tagsNoTags to add to the document
urlYesURL of the document to save

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "category": { "description": "Category of the document (auto-detected if not specified)", "enum": [ "article", "book", "tweet", "pdf", "email", "youtube", "podcast" ], "type": "string" }, "html": { "description": "HTML content of the document (optional)", "type": "string" }, "location": { "description": "Location to save the document (default: new)", "enum": [ "new", "later", "shortlist", "archive", "feed" ], "type": "string" }, "tags": { "description": "Tags to add to the document", "items": { "type": "string" }, "type": "array" }, "url": { "description": "URL of the document to save", "type": "string" } }, "required": [ "url" ], "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