Skip to main content
Glama
rbonitz

reMarkable MCP Server

by rbonitz

remarkable_search

Read-onlyIdempotent

Search across your reMarkable library by document name, content, or tags. Returns summaries from multiple documents in a single call.

Instructions

Search across multiple documents and return matching content. Searches document names for the query, then optionally searches content with grep. Can filter by tags to narrow results. Returns summaries from multiple documents in a single call.

This is efficient for finding information across your library without making many individual tool calls.

Limits:

  • Max 5 documents per search (to keep response size manageable)

  • Returns first page (~8000 chars) of each matching document

  • Use grep to filter to relevant sections

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
grepNo
limitNo
include_ocrNo
tagsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already indicate readOnlyHint=true and destructiveHint=false. The description adds behavioral details: returns summaries from multiple documents, limits on response size, OCR option, and tag filtering, without contradicting annotations.

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

Conciseness4/5

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

The description uses structured XML tags (usecase, instructions, parameters, examples) for clarity. It is informative and well-organized, though slightly verbose in places but earns its content.

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

Completeness4/5

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

With an output schema present, the description doesn't need to detail return values. It covers limits, parameters, and usage context well. Minor gap: it doesn't specify what 'summaries' entails exactly, but overall adequate.

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?

The <parameters> section fully describes all 5 parameters, compensating for the 0% schema description coverage. Each parameter's purpose is clear, and examples illustrate usage effectively.

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 it searches across multiple documents and returns matching content. It specifies searching document names and optionally content with grep, distinguishing it from siblings like remarkable_read or remarkable_browse.

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

Usage Guidelines4/5

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

The <usecase> and <instructions> provide context for efficient cross-document search, with explicit limits (max 5 docs, first page ~8000 chars). It lacks explicit when-not-to-use guidance but implies alternatives via sibling list.

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

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