read_note_as_image
Read a note as a PNG snapshot for VLM agents. Returns the image directly to reduce costs and speed up vision processing, with text fallback.
Instructions
Read a note as a PNG snapshot (direct image for VLM agents) or text fallback.
Returns the PNG image directly so the calling agent (Claude, Gemini, etc.) reads it with its own vision model — cheaper and faster than routing through an intermediary. Args: path: Relative path from vault root
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |