Skip to main content
Glama

Obsidian MCP Server

by bazylhorsey

create_note

Create new notes in your Obsidian vault by specifying the vault name, file path, and content. Add frontmatter metadata to organize and structure your knowledge base effectively.

Instructions

Create a new note

Input Schema

NameRequiredDescriptionDefault
contentYesNote content
frontmatterNoFrontmatter metadata
pathYesPath for the new note
vaultYesVault name

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Note content", "type": "string" }, "frontmatter": { "description": "Frontmatter metadata", "type": "object" }, "path": { "description": "Path for the new note", "type": "string" }, "vault": { "description": "Vault name", "type": "string" } }, "required": [ "vault", "path", "content" ], "type": "object" }

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

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