view_note_images_tool
Extract and analyze images embedded in Obsidian notes to examine visual content like screenshots and diagrams for detailed analysis.
Instructions
Extract and analyze images embedded in a note.
When to use:
Analyzing images referenced in a note's markdown content
Examining visual content within notes (screenshots, diagrams, etc.)
Extracting specific images from notes for analysis
When NOT to use:
Reading standalone image files (use read_image instead)
Getting note content without images (use read_note instead)
Returns: List of Image objects that Claude can analyze and describe
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the note containing images | |
| image_index | No | ||
| max_width | No | Resize images wider than this to save memory. Images smaller than this are unchanged. | |
| ctx | No |