add_canvas_node_tool
Add a text or file node to an Obsidian canvas by specifying coordinates and content. Works offline with native filesystem.
Instructions
Add node to Canvas (filesystem-native, offline).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Canvas file path | |
| node_type | Yes | Node type | |
| content | Yes | Node content | |
| x | Yes | X position | |
| y | Yes | Y position | |
| vault_path | No | ||
| ctx | No |