You're viewing a demo portfolio

Join the waitlist
PRSM

update_task

Active

Tool of FavCRM

declared in 1.0.0

Update a task (status, priority, assignee, due date, completion).

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "taskId"
  ],
  "properties": {
    "title": {
      "type": "string",
      "description": "Title"
    },
    "status": {
      "enum": [
        "todo",
        "in_progress",
        "blocked",
        "done"
      ],
      "type": "string",
      "description": "Status filter"
    },
    "taskId": {
      "type": "string",
      "description": "The task ID"
    },
    "dueDate": {
      "type": "string",
      "description": "Due date (ISO 8601)"
    },
    "priority": {
      "enum": [
        "low",
        "medium",
        "high",
        "urgent"
      ],
      "type": "string",
      "description": "Priority"
    },
    "assigneeId": {
      "type": "string",
      "description": "Assignee user ID"
    },
    "description": {
      "type": "string",
      "description": "Description"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

FavCRM

https://github.com/favcrm/mcp

1/7 registries
View full server →
update_task — FavCRM — PRSM MCP