mark_deal_lost
ActiveTool of FavCRM
declared in 1.0.0
Mark a CRM deal as lost. Requires a lost reason.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"dealId",
"reason"
],
"properties": {
"dealId": {
"type": "string",
"description": "The deal ID"
},
"reason": {
"type": "string",
"description": "Why the deal was lost"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries