renewal_optimizer
ActiveTool of @gapup/mcp-knowledge
Optimiseur de renouvellements — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Gapup Hub — Renewals 10 comptes · €89k ARR à 90j · 3 comptes at-risk · Playbook 6 scénarios. 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",
"60d",
"90d",
"180d"
],
"type": "string"
},
"product": {
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"maxLength": 200,
"minLength": 2
},
"avgContractLengthMonths": {
"type": "number",
"maximum": 60,
"minimum": 1
}
}
},
"accounts": {
"type": "array",
"items": {
"type": "object",
"required": [
"id",
"name",
"arrEur",
"renewalInDays",
"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"
},
"arrEur": {
"type": "number",
"minimum": 0
},
"npsScore": {
"type": "number",
"maximum": 10,
"minimum": 0
},
"openIssues": {
"type": "number",
"minimum": 0
},
"healthScore": {
"type": "number",
"maximum": 100,
"minimum": 0
},
"churnSignals": {
"type": "array",
"items": {
"type": "string",
"maxLength": 200
},
"maxItems": 5,
"minItems": 0
},
"usageRatePct": {
"type": "number",
"maximum": 100,
"minimum": 0
},
"renewalInDays": {
"type": "number",
"minimum": 0
},
"expansionSignals": {
"type": "array",
"items": {
"type": "string",
"maxLength": 200
},
"maxItems": 3,
"minItems": 0
},
"lastEngagementDays": {
"type": "number",
"minimum": 0
}
}
},
"maxItems": 20,
"minItems": 2
},
"targetRenewalRatePct": {
"type": "number",
"maximum": 100,
"minimum": 0
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries