mirror of
https://github.com/Gimanh/taskview-community.git
synced 2026-09-16 15:45:17 +00:00
774 B
774 B
description
| description |
|---|
| Show tasks in a TaskView project |
Show the user's TaskView tasks using the taskview MCP tools.
Arguments (optional): a project name to scope to — $ARGUMENTS
- Resolve the project: call
list_goalsand match $ARGUMENTS to a project. If empty or ambiguous, ask which project. - Optionally scope to a list with
list_lists+ thecomponentIdif the user names one. - Call
list_tasks(0-basedpage, ~30/page) — page through until a page returns fewer than 30. PassshowCompletedonly if the user wants completed tasks. UsesortBywithdescendingwhen ordering by date or priority. - Present a concise checklist: status, description, priority (1=low/2=med/3=high), deadline.
Resolve every id first — never guess project/list ids.