Weekly review
Use the MeisterTask MCP to run a structured weekly review across your MeisterTask projects.
Workflow
- Ask the user which projects to include — don't fetch all projects by default.
- Fetch tasks per project using
mt_tasks_list:- Identify overdue tasks (due date in the past, status open)
- Identify tasks due within the next 7 days
- Identify tasks completed in the last 7 days
- Note:
mt_tasks_listcan time out on projects with 200+ tasks — usemt_tasks_searchwith a due date range filter for those instead.
- Organize findings into three sections:
- Overdue — past-due open tasks grouped by project
- Due this week — upcoming tasks grouped by project
- Completed last week — recently closed tasks grouped by project
- Flag any projects with no activity in the last 7 days.
- Offer to reschedule overdue tasks or create a Note to capture review notes.
Important
If the user has many projects, ask which ones to include before fetching everything. Keep the output scannable — bullet points grouped by project, not a wall of text.