List Obsidian Canvas (.canvas) files
obsidian_list_canvasesList all Obsidian .canvas files in the vault with node and edge counts to identify which canvases to inspect.
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 |
|---|---|---|---|
| folder | No | Restrict the listing to a subfolder | |
| limit | No | Max canvases to return (default 100) |