Skip to main content
Glama

Obsidian MCP Server

by bazylhorsey

create_daily_note

Create a daily note for a specific date in your Obsidian vault, with optional template variables and automatic default to today's date.

Instructions

Create a daily note for a specific date

Input Schema

NameRequiredDescriptionDefault
dateNoDate (YYYY-MM-DD), defaults to today
variablesNoAdditional template variables
vaultYesVault name

Input Schema (JSON Schema)

{ "properties": { "date": { "description": "Date (YYYY-MM-DD), defaults to today", "type": "string" }, "variables": { "description": "Additional template variables", "type": "object" }, "vault": { "description": "Vault name", "type": "string" } }, "required": [ "vault" ], "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