Skip to main content
Glama

Obsidian MCP Server

by getglad

create_from_template

Generate new notes in Obsidian using predefined templates to maintain consistent formatting and structure across your vault.

Instructions

Create a new note from a template

Input Schema

NameRequiredDescriptionDefault
new_note_pathYes
template_pathYes
titleNo

Input Schema (JSON Schema)

{ "properties": { "new_note_path": { "title": "New Note Path", "type": "string" }, "template_path": { "title": "Template Path", "type": "string" }, "title": { "default": "", "title": "Title", "type": "string" } }, "required": [ "template_path", "new_note_path" ], "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/getglad/obsidian_mcp'

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