List Obsidian Canvas (.canvas) files
obsidian_list_canvasesLists Obsidian canvas files (.canvas) with node and edge counts to identify canvases before reading their content.
Instructions
Lists .canvas files (Obsidian's whiteboard / mind-map format — JSON nodes + edges) in the vault, with each canvas's node and edge counts. Read-only. Honors --exclude-glob and --read-paths. Use this to discover which canvases exist before calling obsidian_read_canvas to inspect one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max canvases to return (default 100) | |
| folder | No | Restrict the listing to a subfolder |