MCP PROMPT · SALES & OPS
/manage-task
Create, assign, or update an internal task.
01 · The flow
What the agent does, in order.
- 01 To create: call create_task with title, description, assigneeId, dueDate, priority.
- 02 To list open: call list_tasks with status="open" filter.
- 03 To update: call update_task with the taskId — change status, reassign, or shift due date.
- 04 Always confirm with the user before changing assignee on someone else's task.
02 · Tools called
3 typed tools in sequence.
create_tasklist_tasksupdate_task
Every tool ships with MCP annotations (title, readOnlyHint, destructiveHint, openWorldHint, idempotentHint). Clients can gate destructive calls before invoking. Full catalog: /server-card.json.
03 · Related
More sales & ops playbooks.
Try this in your agent.
Connect FavCRM to Cursor, Claude, ChatGPT, or any MCP client. Type /manage-task in chat. Agent runs the steps in order.
Verified .