search_tasks
Find tasks by name, tags, due dates, or status to organize and manage productivity data efficiently.
Instructions
Search tasks by name, tags, due date, or status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Text to search in task names and notes | |
| tags | No | Filter by tag names | |
| include_completed | No | Include completed tasks (default: false) | |
| due_before | No | Filter tasks due on or before (today, tomorrow, YYYY-MM-DD) | |
| due_after | No | Filter tasks due on or after | |
| limit | No | Maximum results (default: 20) |