Skip to main content
Glama

Advanced Obsidian MCP Server

by ToKiDoO

obsidian_recent_periodic_notes

Retrieve the most recent periodic notes (daily, weekly, monthly, quarterly, yearly) with optional comprehensive metadata and content using an enhanced API approach for advanced Obsidian vault interactions.

Instructions

Get most recent periodic notes for the specified period type. When include_content=True, return notes' comprehensive metadata (tags, links, titles, etc.) and note content using the enhanced API approach.

Input Schema

NameRequiredDescriptionDefault
include_contentNoWhether to include note content and comprehensive metadata (default: false)
limitNoMaximum number of notes to return (default: 5)
periodYesThe period type (daily, weekly, monthly, quarterly, yearly)

Input Schema (JSON Schema)

{ "properties": { "include_content": { "default": false, "description": "Whether to include note content and comprehensive metadata (default: false)", "type": "boolean" }, "limit": { "default": 5, "description": "Maximum number of notes to return (default: 5)", "maximum": 50, "minimum": 1, "type": "integer" }, "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