MCP PROMPT · SALES & OPS

/manage-task

Create, assign, or update an internal task.

01 · The flow

What the agent does, in order.

  1. 01 To create: call create_task with title, description, assigneeId, dueDate, priority.
  2. 02 To list open: call list_tasks with status="open" filter.
  3. 03 To update: call update_task with the taskId — change status, reassign, or shift due date.
  4. 04 Always confirm with the user before changing assignee on someone else's task.
02 · Tools called

3 typed tools in sequence.

  • create_task
  • list_tasks
  • update_task

Every tool ships with MCP annotations (title, readOnlyHint, destructiveHint, openWorldHint, idempotentHint). Clients can gate destructive calls before invoking. Full catalog: /server-card.json.

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 .