mirror of
https://github.com/Gimanh/taskview-community.git
synced 2026-09-16 15:45:17 +00:00
637 B
637 B
description
| description |
|---|
| Create a task in TaskView |
Create a TaskView task using the taskview MCP tools.
Request: $ARGUMENTS
- Parse the request for: task description, target project, optional list, priority (1=low, 2=medium, 3=high), and deadline.
- Resolve the project id with
list_goals(and the list id withlist_listsif a list is named). If the project is missing or ambiguous, ask — do not guess. - Call
create_taskwith the resolved ids and parsed fields. - Confirm what was created (project, description, priority, deadline) and offer to add tags or assignees.
Never create a task in a guessed/unconfirmed project.