Skip to main content
Glama

Obsidian MCP

create_note

Generate and save a new note in an Obsidian vault by specifying the file path and content. Integrates with the Obsidian MCP server for direct note management.

Instructions

Create a new note in the Obsidian vault

Input Schema

NameRequiredDescriptionDefault
contentYesContent of the note
pathYesPath where the note should be created

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content of the note", "type": "string" }, "path": { "description": "Path where the note should be created", "type": "string" } }, "required": [ "path", "content" ], "type": "object" }
Install Server

Other Tools from Obsidian MCP

Related Tools

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

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