proposal_generator
ActiveTool of @gapup/mcp-knowledge
Générateur de propositions commerciales — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Spendesk × Gapup Hub — Proposition 7 sections · ROI 3Y €1.8M · Payback 4 mois. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"prospect",
"offer"
],
"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."
},
"offer": {
"type": "object",
"required": [
"productName",
"pricing",
"mainBenefits",
"useCase"
],
"properties": {
"pricing": {
"type": "string",
"maxLength": 200,
"minLength": 2
},
"useCase": {
"type": "string",
"maxLength": 300,
"minLength": 10
},
"productName": {
"type": "string",
"maxLength": 200,
"minLength": 2
},
"mainBenefits": {
"type": "array",
"items": {
"type": "string",
"maxLength": 200
},
"maxItems": 6,
"minItems": 2
}
}
},
"company": {
"type": "object",
"required": [
"name",
"sector"
],
"properties": {
"name": {
"type": "string",
"maxLength": 200,
"minLength": 2
},
"sector": {
"type": "string",
"maxLength": 100,
"minLength": 2
}
}
},
"prospect": {
"type": "object",
"required": [
"name",
"sector",
"contactName",
"contactTitle"
],
"properties": {
"name": {
"type": "string",
"maxLength": 200,
"minLength": 2
},
"sector": {
"type": "string",
"maxLength": 100,
"minLength": 2
},
"contactName": {
"type": "string",
"maxLength": 100,
"minLength": 2
},
"contactTitle": {
"type": "string",
"maxLength": 100,
"minLength": 2
}
}
},
"dealContext": {
"type": "object",
"properties": {
"budget": {
"type": "string"
},
"competitors": {
"type": "array",
"items": {
"type": "string",
"maxLength": 100
},
"maxItems": 3,
"minItems": 0
},
"decisionTimeline": {
"type": "string"
}
}
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries