Skip to main content
Glama

Obsidian Diary MCP Server

by madebygps

save_diary_entry

Save dated diary entries to Obsidian with automatic backlinks that connect related journal content for better organization and reference.

Instructions

Save a diary entry and automatically add relevant backlinks.

Args: date: Date for the entry in YYYY-MM-DD format content: The diary entry content

Returns: Success message with the file path and auto-generated backlinks

Input Schema

NameRequiredDescriptionDefault
contentYes
dateYes

Input Schema (JSON Schema)

{ "properties": { "content": { "type": "string" }, "date": { "type": "string" } }, "required": [ "date", "content" ], "type": "object" }

Other Tools from Obsidian Diary MCP Server

Related Tools

    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/madebygps/obsidian-diary-mcp'

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