Read Canvas
read_canvasRead an Obsidian canvas file to get a human-readable summary of nodes (IDs, types, positions, sizes, content previews) and edges (source/target IDs, labels). Use this to inspect or navigate a canvas before adding nodes or edges.
Instructions
Read an Obsidian canvas file (.canvas, JSON format) and return a human-readable summary of its structure: every node with id, type, position, size, and content preview, plus every edge with source/target node ids and optional label. Use to inspect or navigate a canvas before calling add_canvas_node or add_canvas_edge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative path from vault root to the .canvas file (e.g., 'boards/roadmap.canvas') |