Skip to main content
Glama
SamMorrowDrums

reMarkable MCP Server

remarkable_delete

Destructive

Delete a document or folder from your reMarkable tablet. Moves to Trash by default, with an option for permanent removal in SSH mode.

Instructions

Delete a document or folder on the reMarkable tablet. DESTRUCTIVE operation. By default the item is moved to the tablet's Trash and remains recoverable. In SSH mode only, permanent=True removes the resolved UUID and all sidecar files instead; use that only when the user explicitly asked for permanent deletion.

Works in cloud and SSH modes (default; --read-only disables). Not available over the USB web interface.

If the client supports elicitation, this tool asks the user to confirm before deleting. If the client cannot show a confirmation prompt, the delete is refused unless REMARKABLE_SKIP_CONFIRM=1 is set (for headless automation).

  • document: Name or path of the document/folder to delete

  • defer_restart: SSH only. Skip the xochitl restart so a batch of deletes can refresh once via remarkable_refresh() instead of once per delete. Sets "refresh_pending": true. Ignored in cloud mode.

  • permanent: SSH only. Permanently remove the resolved document/folder files instead of moving the item to Trash (default: False).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
documentYes
permanentNo
defer_restartNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already mark destructiveHint=true, and the description reinforces this while adding substantial detail: items are moved to Trash by default, permanent=True removes the resolved UUID and sidecar files, confirmation is required unless skipped, and defer_restart triggers a refresh_pending flag. This significantly enriches the behavioral model beyond the annotation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with usecase, instructions, parameters, and examples. Each section is dense with useful information without redundancy. The front-loaded usecase immediately states the purpose, and the instructions convey critical safety and mode details efficiently.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers all key aspects: default Trash behavior vs permanent deletion, mode availability (cloud/SSH, not USB), confirmation mechanics, parameter nuances, and example invocations. Even though an output schema exists, the description sufficiently contextualizes the operation for a destructive tool with mode-specific behavior.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

While the schema only lists titles and types, the description's <parameters> section explains each parameter in practical terms: 'document' is a name/path, 'permanent' is SSH-only and removes files permanently, and 'defer_restart' is SSH-only and skips restart to batch deletes. This fully compensates for the 0% schema description coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a clear statement: 'Delete a document or folder on the reMarkable tablet.' This specifies the verb (delete), the resource (document or folder), and the scope (reMarkable tablet), effectively distinguishing it from sibling tools like remarkable_move or remarkable_rename.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit usage context: it works in cloud and SSH modes (not USB web interface), is destructive by default, and explains when permanent deletion should be used ('only when the user explicitly asked for permanent deletion'). It also covers confirmation behavior and the defer_restart option, giving clear guidance on when and how to invoke the tool safely.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/SamMorrowDrums/remarkable-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server