update_task
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries