basic-memory

canvas

Generate Obsidian canvas files to map and visualize relationships between concepts, facilitated by the basic-memory MCP server for structured knowledge management.

Instructions

Create an Obsidian canvas file to visualize concepts and connections.

Input Schema

NameRequiredDescriptionDefault
edgesYes
folderYes
nodesYes
titleYes

Input Schema (JSON Schema)

{ "properties": { "edges": { "items": { "type": "object" }, "title": "Edges", "type": "array" }, "folder": { "title": "Folder", "type": "string" }, "nodes": { "items": { "type": "object" }, "title": "Nodes", "type": "array" }, "title": { "title": "Title", "type": "string" } }, "required": [ "nodes", "edges", "title", "folder" ], "title": "canvasArguments", "type": "object" }

You must be authenticated.

Other Tools from basic-memory

Related Tools

ID: o90kttu9ym