Skip to main content
Glama

Readwise Reader MCP Server

by edricgsh

readwise_update_document

Modify document metadata in Readwise Reader, including title, author, summary, published date, image URL, location, and category, by specifying the document ID.

Instructions

Update a document in Readwise Reader

Input Schema

NameRequiredDescriptionDefault
authorNoNew author for the document
categoryNoNew category for the document
idYesDocument ID to update
image_urlNoNew image URL for the document
locationNoNew location for the document
published_dateNoNew published date (ISO 8601)
summaryNoNew summary for the document
titleNoNew title for the document

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "author": { "description": "New author for the document", "type": "string" }, "category": { "description": "New category for the document", "enum": [ "article", "book", "tweet", "pdf", "email", "youtube", "podcast" ], "type": "string" }, "id": { "description": "Document ID to update", "type": "string" }, "image_url": { "description": "New image URL for the document", "type": "string" }, "location": { "description": "New location for the document", "enum": [ "new", "later", "shortlist", "archive", "feed" ], "type": "string" }, "published_date": { "description": "New published date (ISO 8601)", "type": "string" }, "summary": { "description": "New summary for the document", "type": "string" }, "title": { "description": "New title for the document", "type": "string" } }, "required": [ "id" ], "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