remarkable_browse
Browse your reMarkable library folders, search for documents by name, and filter results by tags to locate specific notes and files.
Instructions
Browse your reMarkable library or search for documents. Three modes:
Browse mode (default): List contents of a folder
Use path="/" for root folder
Use path="/FolderName" to navigate into folders
Search mode: Find documents by name
Set query="search term" to search across all documents
Filter by tags: Find documents with specific tags
Set tags=["tag1", "tag2"] to filter by tags
Works in both browse and search modes
Results include document names, types, modification dates, and tags.
Note: If REMARKABLE_ROOT_PATH is configured, only documents within that folder are accessible. Paths are relative to the root path.
path: Folder path to browse (default: "/" for root)
query: Search term to find documents by name (optional, triggers search mode)
tags: List of tags to filter documents (optional, case-insensitive)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | / | |
| tags | No | ||
| query | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |