bp_narratif
ActiveTool of gapup-mcp
declared in 0.2.0
Business Plan narratif — Gapup agent-payable C-suite expertise (CFO). Returns a structured, audited deliverable. Reference case: Stripe Series A 2012. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"raise",
"keyMetrics"
],
"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."
},
"raise": {
"type": "object",
"required": [
"targetAmountEur",
"investorAudience",
"timelineMonths"
],
"properties": {
"timelineMonths": {
"type": "integer",
"maximum": 24,
"minimum": 1
},
"targetAmountEur": {
"type": "integer",
"minimum": 50000
},
"investorAudience": {
"enum": [
"bank",
"vc",
"public-grant",
"mixed"
],
"type": "string"
}
}
},
"company": {
"type": "object",
"required": [
"name",
"pitch",
"foundedYear",
"stage",
"countryHQ"
],
"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"
},
"countryHQ": {
"type": "string",
"maxLength": 60,
"minLength": 2
},
"foundedYear": {
"type": "integer",
"maximum": 2030,
"minimum": 1990
}
}
},
"keyMetrics": {
"type": "array",
"items": {
"type": "string",
"maxLength": 80,
"minLength": 2
},
"maxItems": 6,
"minItems": 2
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries