slipbox_list_notes_by_date
List notes by creation or update date within a specified date range and limit, to review recent work or find notes from a specific period.
Instructions
List notes by creation or update date.
Useful for reviewing recent work or finding notes from a specific period.
Args: start_date: Start date in ISO format YYYY-MM-DD (optional) end_date: End date in ISO format YYYY-MM-DD (optional) use_updated: If true, filter by updated_at instead of created_at (default: false) limit: Maximum results (default: 10)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| end_date | No | ||
| start_date | No | ||
| use_updated | No |