Skip to main content
Glama

Obsidian MCP Server

by bazylhorsey

create_from_template

Generate new notes in Obsidian using predefined templates with custom variables and frontmatter for consistent document creation.

Instructions

Create a new note from a template

Input Schema

NameRequiredDescriptionDefault
frontmatterNoAdditional frontmatter
targetPathYesPath for new note
templatePathYesPath to template file
variablesNoTemplate variables
vaultYesVault name

Input Schema (JSON Schema)

{ "properties": { "frontmatter": { "description": "Additional frontmatter", "type": "object" }, "targetPath": { "description": "Path for new note", "type": "string" }, "templatePath": { "description": "Path to template file", "type": "string" }, "variables": { "description": "Template variables", "type": "object" }, "vault": { "description": "Vault name", "type": "string" } }, "required": [ "vault", "templatePath", "targetPath" ], "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