get_note_resources
Retrieve all resources attached to a note, including OCR text from images and PDFs, to reveal content inside attachments.
Instructions
List resources attached to a note, including OCR text for images and PDFs.
Joplin runs OCR on attached images and PDFs and stores the result on each
resource. This tool exposes that text so an agent reading a note can also
see what's inside its images. Resources without OCR text (audio, plain
files, or images not yet OCRed) are still listed unless ocr_only=True.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | Note ID whose resources to list | |
| ocr_only | No | Return only resources with non-empty OCR text (default: False) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |