update_ticket_status
ActiveTool of FavCRM
declared in 1.0.0
Update the status of an existing support ticket.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"ticketId",
"status"
],
"properties": {
"status": {
"enum": [
"open",
"in_progress",
"waiting_customer",
"resolved",
"closed"
],
"type": "string",
"description": "New status"
},
"ticketId": {
"type": "string",
"description": "The ticket ID to update"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries