Skip to main content
Glama

Advanced Obsidian MCP Server

by ToKiDoO

obsidian_periodic_notes

Retrieve detailed metadata and content of periodic notes (daily, weekly, monthly, quarterly, yearly) to enhance organization and context within Obsidian vaults using the Advanced Obsidian MCP Server API.

Instructions

Get current periodic note for the specified period. Returns both comprehensive metadata (tags, links, titles, etc.) and note content using the enhanced API approach.

Input Schema

NameRequiredDescriptionDefault
periodYesThe period type (daily, weekly, monthly, quarterly, yearly)

Input Schema (JSON Schema)

{ "properties": { "period": { "description": "The period type (daily, weekly, monthly, quarterly, yearly)", "enum": [ "daily", "weekly", "monthly", "quarterly", "yearly" ], "type": "string" } }, "required": [ "period" ], "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/ToKiDoO/mcp-obsidian-advanced'

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