get_todo_list
Fetch todo tasks from your Logseq knowledge base, filterable by completion status and date range, returned as markdown.
Instructions
Retrieve the todo list from Logseq.
Use this to get a list of all the todos in the user's personal knowledge base.
Dates are expressed as:
1. today|yesterday|tomorrow|now
2. <number><unit> like 1d, 2w, 3m, 4y, 2h, 30min
Args:
done: Whether to get the done todos or the todo todos.
from_date (optional): The start date to filter the todos.
to_date (optional): The end date to filter the todos.
Returns:
A markdown formatted string containing the todos.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| done | No | ||
| from_date | No | ||
| to_date | No |