Skip to main content
Glama

Readwise Reader MCP Server

by edricgsh

readwise_delete_document

Remove a specific document from Readwise Reader by providing its unique ID, ensuring clean and organized document management via the Readwise Reader MCP Server.

Instructions

Delete a document from Readwise Reader

Input Schema

NameRequiredDescriptionDefault
idYesDocument ID to delete

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "id": { "description": "Document ID to delete", "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