discovery_prep
ActiveTool of gapup-mcp
Préparation discovery — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Discovery Salesforce × Airbus — VP Digital Marc Legrand · Signaux achat confirmés · +28 pts conversion demo. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"prospect",
"contact",
"ourOffer"
],
"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."
},
"contact": {
"type": "object",
"required": [
"name",
"title"
],
"properties": {
"name": {
"type": "string",
"maxLength": 100,
"minLength": 2
},
"title": {
"type": "string",
"maxLength": 120,
"minLength": 2
}
}
},
"ourOffer": {
"type": "string",
"maxLength": 400,
"minLength": 10
},
"prospect": {
"type": "object",
"required": [
"name",
"sector"
],
"properties": {
"url": {
"type": "string",
"format": "uri"
},
"name": {
"type": "string",
"maxLength": 200,
"minLength": 2
},
"size": {
"enum": [
"startup",
"sme",
"midmarket",
"enterprise"
],
"type": "string"
},
"sector": {
"type": "string",
"maxLength": 120,
"minLength": 2
}
}
},
"meetingGoal": {
"type": "string",
"maxLength": 300
}
},
"additionalProperties": true
}Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries