Skip to main content
Glama
achyuta0001

obsidian-mcp

by achyuta0001

Write note

write_note

Add a new Markdown note to a project-specific Obsidian vault folder, creating the folder if missing and blocking overwrites unless explicitly requested.

Instructions

Create a note in the project's vault folder. Refuses to clobber an existing note unless overwrite is true. Creates the project folder on first write.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteYesNote name or subpath, e.g. "decisions" or "meetings/kickoff".
contentYesMarkdown body of the note.
projectNoProject name. Omit to infer it from the working directory.
overwriteNoReplace the note if it already exists.
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden and does well by disclosing the non-clobbering default, the overwrite escape hatch, and automatic project folder creation. These are meaningful behavioral details beyond a simple 'create a note' statement.

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?

Three short sentences with no filler. The primary action is front-loaded, and the overwrite and folder-creation behaviors are stated economically without redundancy.

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?

For a write tool with no output schema and no annotations, the description covers the main action, the clobbering edge case, and the folder-creation side effect. It could mention return behavior or explicitly route to append_note for existing notes, but the core usage is adequately covered.

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?

The schema already describes all four parameters, so the baseline is 3. The description adds value by explaining the overwrite behavior and the automatic folder creation tied to the project parameter, which enriches understanding beyond the raw schema.

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?

The description opens with a specific verb and resource: 'Create a note in the project's vault folder.' It clearly differentiates the tool from siblings like append_note, read_note, and search_notes because it focuses on creation behavior.

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

Usage Guidelines3/5

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

The description clearly implies that this tool is for creating notes, but it does not explicitly state when to prefer append_note or another sibling. It gives behavioral context such as refusing to overwrite, but no direct when-to-use vs. alternatives guidance.

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

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/achyuta0001/obsidian-mcp'

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