cross_sell_reco
ActiveTool of @gapup/mcp-knowledge
Recommandations cross-sell — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Alan × Gapup Hub — 3 produits recommandés · Fit 'perfect' × 2 · ARR potentiel +€18k. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"account",
"portfolio"
],
"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",
"currentProducts"
],
"properties": {
"name": {
"type": "string",
"maxLength": 200,
"minLength": 2
},
"size": {
"enum": [
"smb",
"mid-market",
"enterprise",
"strategic"
],
"type": "string"
},
"arrEur": {
"type": "number",
"minimum": 0
},
"usageSignals": {
"type": "array",
"items": {
"type": "string",
"maxLength": 200
},
"maxItems": 5,
"minItems": 0
},
"currentProducts": {
"type": "array",
"items": {
"type": "string",
"maxLength": 100
},
"maxItems": 5,
"minItems": 1
}
}
},
"company": {
"type": "object",
"required": [
"name",
"sector"
],
"properties": {
"name": {
"type": "string",
"maxLength": 200,
"minLength": 2
},
"sector": {
"type": "string",
"maxLength": 100,
"minLength": 2
}
}
},
"portfolio": {
"type": "array",
"items": {
"type": "object",
"required": [
"name",
"category"
],
"properties": {
"name": {
"type": "string",
"maxLength": 100,
"minLength": 2
},
"category": {
"type": "string",
"maxLength": 100,
"minLength": 2
}
}
},
"maxItems": 10,
"minItems": 2
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries