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
Name | Required | Description | Default |
---|---|---|---|
end_date | No | ||
limit | No | ||
start_date | No | ||
use_updated | No |