get_tasks_between
Fetch all tasks logged between two dates (inclusive), optionally filtered by tag. Get a period overview without querying each day separately.
Instructions
Retrieve all logged tasks within an inclusive date range (YYYY-MM-DD each).
Use this for "what did I do last week" style questions instead of
calling get_tasks_by_date multiple times. Optionally filter to a single
`tag`/project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| end_date | Yes | ||
| start_date | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |