Skip to main content
Glama

Advanced Obsidian MCP Server

by ToKiDoO

obsidian_periodic_notes

Retrieve comprehensive periodic notes (daily, weekly, monthly, quarterly, yearly) with metadata and content, enabling efficient review and organization within Obsidian vaults using advanced API integration.

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