You're viewing a demo portfolio

Join the waitlist
PRSM

update_deal_stage

Active

Tool 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)"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

FavCRM

https://github.com/favcrm/mcp

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