save_plays
ActiveTool of gapup-mcp
Plans de sauvetage clients — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Kyriba — Plan sauvetage 30j · ARR €11.988 · Champion parti · Script 6 actions · 3 concessions. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"account",
"product"
],
"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."
},
"account": {
"type": "object",
"required": [
"name",
"arrEur",
"churnReason",
"signals"
],
"properties": {
"name": {
"type": "string",
"maxLength": 200,
"minLength": 2
},
"arrEur": {
"type": "number",
"minimum": 0
},
"signals": {
"type": "array",
"items": {
"type": "string",
"maxLength": 200
},
"maxItems": 5,
"minItems": 1
},
"churnReason": {
"type": "string",
"maxLength": 300,
"minLength": 10
},
"daysToChurn": {
"type": "number",
"maximum": 365,
"minimum": 0
},
"championName": {
"type": "string",
"maxLength": 100,
"minLength": 2
}
}
},
"company": {
"type": "object",
"required": [
"name",
"sector"
],
"properties": {
"name": {
"type": "string",
"maxLength": 200,
"minLength": 2
},
"sector": {
"type": "string",
"maxLength": 100,
"minLength": 2
}
}
},
"product": {
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"maxLength": 200,
"minLength": 2
}
}
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries