account_expansion_mapper
ActiveTool of @gapup/mcp-knowledge
Mapping d'expansion comptes — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Notion B2B Enterprise — top 30 strategic accounts · expansion plays NRR 130%+ target · Snowflake/Shopify/Vercel/Stripe analyzed. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"accounts",
"ownership"
],
"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."
},
"focus": {
"type": "string",
"maxLength": 400
},
"company": {
"type": "object",
"required": [
"name",
"sector",
"arrTotalEur",
"nrrCurrent",
"nrrTarget"
],
"properties": {
"name": {
"type": "string",
"maxLength": 120,
"minLength": 2
},
"sector": {
"type": "string",
"maxLength": 120,
"minLength": 2
},
"nrrTarget": {
"type": "number",
"maximum": 200,
"minimum": 50
},
"nrrCurrent": {
"type": "number",
"maximum": 200,
"minimum": 50
},
"arrTotalEur": {
"type": "number",
"minimum": 0
}
}
},
"accounts": {
"type": "array",
"items": {
"type": "object",
"required": [
"accountName",
"segment",
"currentArrEur",
"currentSeats",
"modulesAdopted",
"contractRenewalDate",
"usageScore"
],
"properties": {
"segment": {
"enum": [
"enterprise",
"mid-market",
"smb"
],
"type": "string"
},
"usageScore": {
"enum": [
"heavy",
"active",
"light",
"dormant"
],
"type": "string"
},
"accountName": {
"type": "string",
"maxLength": 160,
"minLength": 2
},
"currentSeats": {
"type": "integer",
"minimum": 0
},
"currentArrEur": {
"type": "number",
"minimum": 0
},
"knownTriggers": {
"type": "string",
"maxLength": 400
},
"modulesAdopted": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 15,
"minItems": 1
},
"contractRenewalDate": {
"type": "string"
}
}
},
"maxItems": 50,
"minItems": 5
},
"ownership": {
"type": "object",
"required": [
"aeTeamSize",
"csmTeamSize",
"averageQuotaPerAeEur"
],
"properties": {
"aeTeamSize": {
"type": "integer",
"minimum": 1
},
"csmTeamSize": {
"type": "integer",
"minimum": 1
},
"averageQuotaPerAeEur": {
"type": "number",
"minimum": 0
}
}
}
},
"additionalProperties": true
}Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries