Skip to main content
Glama

zettelkasten-mcp

by Liam-Deacon
MIT License
2

zk_list_notes_by_date

List notes by date range in a Zettelkasten system, using creation or update timestamps, and specify a result limit for efficient knowledge retrieval.

Instructions

List notes created or updated within a date range. Args: start_date: Start date in ISO format (YYYY-MM-DD) end_date: End date in ISO format (YYYY-MM-DD) use_updated: Whether to use updated_at instead of created_at limit: Maximum number of results to return

Input Schema

NameRequiredDescriptionDefault
end_dateNo
limitNo
start_dateNo
use_updatedNo

Input Schema (JSON Schema)

{ "properties": { "end_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "End Date" }, "limit": { "default": 10, "title": "Limit", "type": "integer" }, "start_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Start Date" }, "use_updated": { "default": false, "title": "Use Updated", "type": "boolean" } }, "title": "zk_list_notes_by_dateArguments", "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/Liam-Deacon/zettelkasten-mcp'

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