pitch_deck_storyline
ActiveTool of @gapup/mcp-knowledge
Build a complete investor pitch-deck storyline for a company. Returns an 8-20 slide narrative tailored to the target audience (seed-vc / series-a-vc / growth-vc / strategic / bank / grant) — each slide carrying a title, key points, a speaker note and a visual hint — plus a Q&A bank of 10-15 likely board questions and traps to avoid. Output is deck JSON ready to export to Google Slides, Notion or Pitch.com. When to use this tool: the user is preparing a fundraise, a board meeting, or an investor presentation. Inputs: the company profile and the target audience type. Delivered by Sarah, the AI Fundraising lead of the Gapup portfolio.
Parameters schema
{
"type": "object",
"required": [
"company",
"audience",
"slideCount",
"keyFacts"
],
"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",
"pitch",
"stage"
],
"properties": {
"name": {
"type": "string",
"maxLength": 120,
"minLength": 2
},
"pitch": {
"type": "string",
"maxLength": 800,
"minLength": 20
},
"stage": {
"enum": [
"pre-seed",
"seed",
"series-a",
"series-b",
"series-c",
"growth"
],
"type": "string"
}
}
},
"audience": {
"enum": [
"seed-vc",
"series-a-vc",
"growth-vc",
"strategic",
"bank",
"grant"
],
"type": "string",
"description": "Target audience — adapts tone + emphasis + Q&A bank"
},
"keyFacts": {
"type": "array",
"items": {
"type": "string",
"maxLength": 200,
"minLength": 8
},
"maxItems": 8,
"minItems": 2,
"description": "Hard facts to weave into the deck (traction numbers, milestones, awards)"
},
"slideCount": {
"type": "integer",
"maximum": 20,
"minimum": 8,
"description": "12 = standard VC deck, 15 = bank-friendly with annexes, 20 = growth/strategic"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries