revops_architect
ActiveTool of gapup-mcp
Architecte RevOps — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Qonto — ARR €200M · 200 reps · forecast ±35% · fuite €4,2M/an identifiée · plan RevOps 12 semaines. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"revenueTeam",
"currentStack",
"currentPainPoints",
"keyMetrics",
"objectives",
"horizonMonths"
],
"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",
"teamSize",
"salesMotion"
],
"properties": {
"name": {
"type": "string"
},
"sector": {
"type": "string"
},
"teamSize": {
"type": "number"
},
"salesMotion": {
"enum": [
"inbound",
"outbound",
"plg",
"hybrid"
],
"type": "string"
},
"currentArrEur": {
"type": "number"
}
}
},
"keyMetrics": {
"type": "object",
"properties": {
"dataQualityScore": {
"enum": [
"poor",
"fair",
"good",
"excellent"
],
"type": "string"
},
"avgSalesCycleDays": {
"type": "number"
},
"forecastAccuracyPct": {
"type": "number"
},
"leadToOpportunityPct": {
"type": "number"
},
"opportunityToClosePct": {
"type": "number"
}
}
},
"objectives": {
"type": "array",
"items": {
"type": "string"
}
},
"revenueTeam": {
"type": "object",
"required": [
"sdrs",
"aes",
"csms",
"hasRevOpsFunction"
],
"properties": {
"aes": {
"type": "number"
},
"csms": {
"type": "number"
},
"sdrs": {
"type": "number"
},
"revOpsHeadcount": {
"type": "number"
},
"hasRevOpsFunction": {
"type": "boolean"
}
}
},
"currentStack": {
"type": "array",
"items": {
"type": "object",
"required": [
"tool",
"category",
"satisfaction"
],
"properties": {
"tool": {
"type": "string"
},
"category": {
"enum": [
"crm",
"marketing-automation",
"sdr-tool",
"analytics",
"revenue-intelligence",
"cs-platform",
"other"
],
"type": "string"
},
"satisfaction": {
"enum": [
"poor",
"ok",
"good"
],
"type": "string"
}
}
}
},
"horizonMonths": {
"type": "number"
},
"currentPainPoints": {
"type": "array",
"items": {
"type": "string"
}
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries