Skip to main content
Glama
SamMorrowDrums

reMarkable MCP Server

remarkable_markdown_to_pdf

Render Markdown text into a paginated A4 PDF and upload it directly to your reMarkable tablet, eliminating the need to create a local file first.

Instructions

Render Markdown text as a PDF and upload it to the reMarkable tablet. Use this when the user wants notes, reports, summaries, or other Markdown content written back to the tablet without first creating a local file. Headings, lists, tables, links, blockquotes, and code blocks are rendered into a paginated A4 PDF. Raw HTML is escaped and image assets are omitted so rendering never reads local files or fetches remote content.

Works in all three transports:

  • Cloud: sync upload with parent_folder and document_name

  • SSH: filesystem upload with parent_folder and document_name

  • USB web: upload whose multipart filename is document_name + ".pdf"; parent_folder is ignored and the tablet web service chooses the folder.

Requires write mode (the default; disabled with --read-only).

  • markdown: Markdown source text. Must not be empty.

  • document_name: Display name on the tablet (default: "Markdown").

  • parent_folder: Destination folder (default: root "/"). USB web ignores this parameter because its upload endpoint has no folder argument.

  • defer_restart: SSH only. When True, skip the xochitl restart and call remarkable_refresh() once after the batch. Forwarded exactly like remarkable_upload; ignored in cloud and USB web modes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
markdownYes
defer_restartNo
document_nameNoMarkdown
parent_folderNo/

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Despite annotations only providing readOnlyHint: false, the description fully discloses behavior: it renders specific Markdown elements (headings, lists, tables, etc.), mentions that raw HTML is escaped and images are omitted, details transport-specific behavior (cloud vs SSH vs USB web), and states it requires write mode. There is no contradiction with annotations.

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 clear XML tags (usecase, instructions, parameters, examples) and is appropriately sized for the complexity. Every sentence adds value, from rendering details to transport differences. No fluff.

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?

Given the tool's complexity (4 parameters, multiple transports, rendering behavior, and an output schema), the description is comprehensive. It covers transport modes, parameter behaviors, rendering details, and prerequisites (write mode). The presence of examples further enhances completeness.

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?

Schema description coverage is 0%, so the description must compensate—and it does excellently. It explains each parameter with usage notes (e.g., 'Must not be empty' for markdown, defaults, transport-specific behavior like USB web ignoring parent_folder, and defer_restart being SSH-only and forwarded like remarkable_upload). This far exceeds what the schema alone provides.

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 clearly states the specific verb 'Render Markdown text as a PDF and upload it to the reMarkable tablet,' which precisely identifies the tool's function and distinguishes it from siblings like remarkable_upload (which uploads existing files) and remarkable_image (which handles images). The usecase tag reinforces the purpose.

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 <instructions> explicitly say 'Use this when the user wants notes, reports, summaries, or other Markdown content written back to the tablet without first creating a local file,' providing clear context. It also notes that this tool converts Markdown to PDF, uniquely positioning it among siblings like remarkable_upload which expect pre-made files.

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