Skip to main content
Glama

Obsidian MCP Server

by getglad

search_calendar_events

Find calendar events using text search or date range filters to locate specific appointments, meetings, and scheduled activities in your Obsidian vault.

Instructions

Search calendar events by text query or date range

Input Schema

NameRequiredDescriptionDefault
date_fromNo
date_toNo
max_resultsNo
queryNo

Input Schema (JSON Schema)

{ "properties": { "date_from": { "default": "", "title": "Date From", "type": "string" }, "date_to": { "default": "", "title": "Date To", "type": "string" }, "max_results": { "default": 20, "title": "Max Results", "type": "integer" }, "query": { "default": "", "title": "Query", "type": "string" } }, "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/getglad/obsidian_mcp'

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