win_loss_decoder
ActiveTool of gapup-mcp
Analyse Win/Loss deals — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Gapup Hub — Win/Loss 32 deals Q1 2026 · Win rate 41% → 68% potentiel · Playbook 8 actions CRO. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"product",
"deals"
],
"properties": {
"async": {
"type": "boolean",
"description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
},
"deals": {
"type": "array",
"items": {
"type": "object",
"required": [
"id",
"outcome",
"dealValueEur",
"durationDays"
],
"properties": {
"id": {
"type": "string",
"maxLength": 50,
"minLength": 1
},
"notes": {
"type": "string",
"maxLength": 500
},
"outcome": {
"enum": [
"won",
"lost",
"ghosted",
"no-decision"
],
"type": "string"
},
"competitor": {
"type": "string",
"maxLength": 100
},
"lostReason": {
"type": "string",
"maxLength": 300
},
"dealValueEur": {
"type": "number",
"minimum": 0
},
"durationDays": {
"type": "number",
"minimum": 1
}
}
},
"maxItems": 50,
"minItems": 3
},
"company": {
"type": "object",
"required": [
"name",
"sector",
"stage"
],
"properties": {
"name": {
"type": "string",
"maxLength": 200,
"minLength": 2
},
"stage": {
"enum": [
"pre-seed",
"seed",
"serie-a",
"serie-b",
"serie-c",
"serie-d-plus",
"profitable-sme",
"enterprise"
],
"type": "string"
},
"sector": {
"type": "string",
"maxLength": 100,
"minLength": 2
}
}
},
"product": {
"type": "object",
"required": [
"name",
"category",
"avgContractValueEur"
],
"properties": {
"name": {
"type": "string",
"maxLength": 200,
"minLength": 2
},
"category": {
"type": "string",
"maxLength": 120,
"minLength": 2
},
"avgContractValueEur": {
"type": "number",
"minimum": 0
}
}
},
"topCompetitors": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 5,
"minItems": 0
},
"primaryChallenge": {
"type": "string",
"maxLength": 400,
"minLength": 10
},
"salesCycleTargetDays": {
"type": "number",
"maximum": 730,
"minimum": 1
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries