update_deal_stage
ActiveTool of FavCRM
declared in 1.0.0
Move a deal to a different pipeline stage.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"dealId",
"stage"
],
"properties": {
"stage": {
"type": "string",
"description": "New stage"
},
"dealId": {
"type": "string",
"description": "The deal ID"
},
"probability": {
"type": "string",
"description": "Optional win probability (percent string)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries