abm_architect
ActiveTool of gapup-mcp
Architecte ABM — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Reference case: Gapup Hub — ABM 20 comptes nommés · Budget €120k · Tier 1×5 + Tier 2×15 · Playbooks 3 niveaux. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"product",
"targetAccounts",
"icpCriteria"
],
"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": 100
},
"sector": {
"type": "string",
"maxLength": 100
}
}
},
"product": {
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"maxLength": 100
},
"avgDealValueEur": {
"type": "number",
"minimum": 0
}
}
},
"salesTeam": {
"type": "object",
"required": [
"aeCount"
],
"properties": {
"aeCount": {
"type": "integer",
"minimum": 0
},
"csCount": {
"type": "integer",
"minimum": 0
},
"sdrCount": {
"type": "integer",
"minimum": 0
}
}
},
"icpCriteria": {
"type": "array",
"items": {
"type": "string",
"maxLength": 200
},
"maxItems": 6,
"minItems": 2
},
"abmBudgetEur": {
"type": "number",
"minimum": 0
},
"targetAccounts": {
"type": "array",
"items": {
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"maxLength": 100
},
"notes": {
"type": "string",
"maxLength": 300
},
"industry": {
"type": "string",
"maxLength": 100
},
"keyContacts": {
"type": "array",
"items": {
"type": "string",
"maxLength": 100
},
"maxItems": 5
},
"currentStage": {
"enum": [
"unaware",
"aware",
"engaged",
"opportunity",
"customer"
],
"type": "string"
},
"estimatedRevEur": {
"type": "number",
"minimum": 0
}
}
},
"maxItems": 50,
"minItems": 5
},
"currentChannels": {
"type": "array",
"items": {
"type": "string",
"maxLength": 100
},
"maxItems": 8
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries