remarkable_search
Search across multiple reMarkable documents to find matching content. Filter by tags or use grep to narrow results, with optional OCR for handwritten notes.
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
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| grep | No | ||
| limit | No | ||
| include_ocr | No | ||
| tags | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |