growth_path_architect
ActiveTool of gapup-mcp
Architecte de croissance — Gapup agent-payable C-suite expertise (CSO). Returns a structured, audited deliverable. Reference case: Pennylane (€30M ARR) — 3 voies de croissance · Mix recommandé : Organique + Geo EU · ARR cible €120M en 36 mois. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"growthTarget",
"currentDrivers",
"constraints"
],
"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",
"currentArrEur",
"geographies",
"teamSize"
],
"properties": {
"name": {
"type": "string",
"maxLength": 200,
"minLength": 2
},
"sector": {
"type": "string",
"maxLength": 100,
"minLength": 2
},
"teamSize": {
"type": "number",
"maximum": 10000,
"minimum": 1
},
"geographies": {
"type": "array",
"items": {
"type": "string",
"maxLength": 60
},
"maxItems": 6,
"minItems": 1
},
"currentArrEur": {
"type": "number",
"minimum": 0
}
}
},
"constraints": {
"type": "object",
"required": [
"maAppetite",
"geographicExpansionReadiness"
],
"properties": {
"maAppetite": {
"enum": [
"none",
"opportunistic",
"active"
],
"type": "string"
},
"productExpansionBudgetEur": {
"type": "number",
"minimum": 0
},
"geographicExpansionReadiness": {
"enum": [
"not-ready",
"6-12mo",
"ready-now"
],
"type": "string"
}
}
},
"growthTarget": {
"type": "object",
"required": [
"targetArrEur",
"horizonMonths",
"budgetAvailableEur"
],
"properties": {
"targetArrEur": {
"type": "number",
"minimum": 0
},
"horizonMonths": {
"type": "number",
"maximum": 60,
"minimum": 6
},
"budgetAvailableEur": {
"type": "number",
"minimum": 0
}
}
},
"currentDrivers": {
"type": "array",
"items": {
"type": "object",
"required": [
"driver",
"contributionPct",
"growthRatePct"
],
"properties": {
"driver": {
"type": "string",
"maxLength": 100,
"minLength": 2
},
"growthRatePct": {
"type": "number",
"maximum": 300,
"minimum": -50
},
"contributionPct": {
"type": "number",
"maximum": 100,
"minimum": 0
}
}
},
"maxItems": 6,
"minItems": 1
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries