battle_cards_live
ActiveTool of @gapup/mcp-knowledge
Fiche de combat live — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Gapup Hub vs McKinsey Lilli — Deal SaaS B2B €500k · Win rate +11 pts · 6 objections clés armées. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"competitor",
"dealContext",
"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."
},
"ourOffer": {
"type": "string",
"maxLength": 400,
"minLength": 10
},
"competitor": {
"type": "object",
"required": [
"name",
"category"
],
"properties": {
"name": {
"type": "string",
"maxLength": 200,
"minLength": 2
},
"category": {
"type": "string",
"maxLength": 120,
"minLength": 2
}
}
},
"dealContext": {
"type": "object",
"required": [
"sector",
"buyerPersona"
],
"properties": {
"sector": {
"type": "string",
"maxLength": 120,
"minLength": 2
},
"dealSizeEur": {
"type": "number",
"minimum": 0
},
"buyerPersona": {
"type": "string",
"maxLength": 200,
"minLength": 2
}
}
},
"knownWeaknesses": {
"type": "string",
"maxLength": 400
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries