upsell_hunter
ActiveTool of gapup-mcp
Chasseur d'upsell — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Gapup Hub — Upsell 8 comptes · €127k potentiel · Top 3 : Alan+Qonto+Pennylane · Playbook 5 étapes. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"product",
"accounts"
],
"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."
},
"company": {
"type": "object",
"required": [
"name",
"sector"
],
"properties": {
"name": {
"type": "string",
"maxLength": 200,
"minLength": 2
},
"sector": {
"type": "string",
"maxLength": 100,
"minLength": 2
}
}
},
"horizon": {
"enum": [
"30d",
"90d",
"180d"
],
"type": "string"
},
"product": {
"type": "object",
"required": [
"name",
"availableUpsells"
],
"properties": {
"name": {
"type": "string",
"maxLength": 200,
"minLength": 2
},
"availableUpsells": {
"type": "array",
"items": {
"type": "string",
"maxLength": 200
},
"maxItems": 8,
"minItems": 1
}
}
},
"accounts": {
"type": "array",
"items": {
"type": "object",
"required": [
"id",
"name",
"currentArrEur",
"tier"
],
"properties": {
"id": {
"type": "string",
"maxLength": 50,
"minLength": 1
},
"name": {
"type": "string",
"maxLength": 200,
"minLength": 2
},
"tier": {
"enum": [
"strategic",
"enterprise",
"mid-market",
"smb"
],
"type": "string"
},
"signals": {
"type": "array",
"items": {
"type": "string",
"maxLength": 200
},
"maxItems": 5,
"minItems": 0
},
"npsScore": {
"type": "number",
"maximum": 10,
"minimum": 0
},
"activeUsers": {
"type": "number",
"minimum": 0
},
"usageRatePct": {
"type": "number",
"maximum": 100,
"minimum": 0
},
"currentArrEur": {
"type": "number",
"minimum": 0
},
"maxContractUsers": {
"type": "number",
"minimum": 0
},
"lastEngagementDays": {
"type": "number",
"minimum": 0
},
"contractRenewalDays": {
"type": "number",
"minimum": 0
}
}
},
"maxItems": 20,
"minItems": 2
},
"targetUpsellEur": {
"type": "number",
"minimum": 0
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries