Skip to main content
Glama
bezata

kObsidian MCP

Create Canvas

canvas.create

Create a new empty Obsidian canvas file at a specified path. Overwrite existing file when needed. Canvas files serve as infinite spatial whiteboards for nodes and edges.

Instructions

Create a new empty Obsidian canvas (.canvas) file at the given path. Fails if the path already exists unless overwrite: true is passed. Canvas files are JSON documents that Obsidian renders as an infinite spatial whiteboard of nodes and edges. Use canvas.edit to add nodes/edges once the file exists.

Operates on the session-active vault (see vault.current — selectable via vault.select) unless an explicit vaultPath argument is passed, which always wins.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filePathYesPath for the new canvas (must end in `.canvas`).
overwriteNoWhen true, overwrite an existing canvas at the path. Defaults to false.
vaultPathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
changedYesTrue if the tool altered vault state on this call; false if it was a no-op.
targetYesThe path or identifier the tool acted on.
summaryYesShort human-readable summary of what happened.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations are minimal (all false), so description carries full burden. It details creation behavior, overwrite mechanism, and vault path handling. No contradictions. Could add more on side effects (e.g., file system write) but sufficient.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Four sentences covering purpose, failure, alternative, and vault context. No excess words, front-loaded with key action. Highly efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given output schema exists (not shown), description doesn't need to detail return. Covers creation, failure, overwrite, and vault. Could mention that canvas files are JSON but that's contextual. Completeness is high for a file creation tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Description reinforces filePath and overwrite semantics from schema, and adds meaning for vaultPath (override of session vault) beyond its schema description (which is missing). Schema coverage 67% is partially compensated.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states it creates a new empty Obsidian canvas file at a given path. Distinguishes from sibling tools (canvas.edit) and specifies conditions (fails if exists unless overwrite). Verb 'create' and resource 'Obsidian canvas file' are explicit.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides when to use (create a new canvas) and when not to use (if path exists without overwrite). Points to alternative 'canvas.edit' for adding nodes/edges. Also explains vault context and how vaultPath overrides session vault.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bezata/kObsidian'

If you have feedback or need assistance with the MCP directory API, please join our Discord server