Skip to main content
Glama
adrienthebo
by adrienthebo

create_note_tool

Create new notes or replace existing ones in Obsidian vaults for structured documentation, templates, or programmatic content generation.

Instructions

Create a new note or overwrite an existing one.

When to use:

  • Creating new notes with specific content

  • Setting up templates or structured notes

  • Programmatically generating documentation

When NOT to use:

  • Updating existing notes (use update_note unless you want to replace entirely)

  • Appending content (use update_note with merge_strategy="append")

Returns: Created note information with path and metadata

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesWhere to create the new note in your vault. Folders will be created automatically if needed.
contentYesThe markdown content for your note. Can include headings (#), tags (#tag), links ([[other note]]), and frontmatter.
overwriteNoSet to true to replace an existing note at this location. Use carefully as this deletes the original content.
ctxNo

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

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