Skip to main content
Glama

Obsidian MCP Server

by bazylhorsey

create_yearly_note

Generate a yearly note in your Obsidian vault for organizing annual content, planning, and reflections using customizable templates.

Instructions

Create a yearly note for a specific year

Input Schema

NameRequiredDescriptionDefault
dateNoDate in the year (YYYY-MM-DD), defaults to this year
variablesNoAdditional template variables
vaultYesVault name

Input Schema (JSON Schema)

{ "properties": { "date": { "description": "Date in the year (YYYY-MM-DD), defaults to this year", "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