Skip to main content
Glama

Obsidian MCP Server

by bazylhorsey

list_periodic_notes

Retrieve periodic notes from your Obsidian vault by type and date range to organize and access time-based documentation efficiently.

Instructions

List periodic notes of a specific type

Input Schema

NameRequiredDescriptionDefault
endDateNoEnd date (YYYY-MM-DD)
startDateNoStart date (YYYY-MM-DD)
typeYesNote type
vaultYesVault name

Input Schema (JSON Schema)

{ "properties": { "endDate": { "description": "End date (YYYY-MM-DD)", "type": "string" }, "startDate": { "description": "Start date (YYYY-MM-DD)", "type": "string" }, "type": { "description": "Note type", "enum": [ "daily", "weekly", "monthly", "yearly" ], "type": "string" }, "vault": { "description": "Vault name", "type": "string" } }, "required": [ "vault", "type" ], "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