Project status
Use the MeisterTask MCP to generate a snapshot of a MeisterTask project's current state.
Workflow
- Identify the project:
- Use
mt_projects_listto find the relevant project. - If ambiguous, ask the user to choose.
- Use
- Fetch project structure and tasks:
- Use
mt_projects_getfor project metadata. - Use
mt_sections_listto get all sections. - Use
mt_tasks_listper section to get current tasks.
- Use
- Summarize the project state:
- Open tasks by section — count and key task names per section
- Overdue tasks — open tasks with a past due date
- Recently completed — tasks closed in the last 7 days
- Unassigned tasks — open tasks with no assignee
- Use
mt_searchwith the project ID filter to surface recently active items if needed. - Present the summary in a clean, scannable format. Offer to save it as a Note.
Important
For large projects, summarize rather than listing every task. Prioritize overdue items and unassigned blockers — those are the highest-signal items for a status update.