Skip to main content
Glama

Obsidian Local REST API MCP Server

by j-shelfwood

get_daily_note

Retrieve a daily note from your Obsidian vault for a specific date, handling common naming conventions and file locations via a local REST API.

Instructions

Get daily note for a specific date. Handles common daily note naming conventions and file locations.

Input Schema

NameRequiredDescriptionDefault
dateNoDate (today, yesterday, tomorrow, or YYYY-MM-DD)today

Input Schema (JSON Schema)

{ "properties": { "date": { "default": "today", "description": "Date (today, yesterday, tomorrow, or YYYY-MM-DD)", "type": "string" } }, "type": "object" }

Other Tools from Obsidian Local REST API 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/j-shelfwood/obsidian-local-rest-api-mcp'

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