strategic_options_analyzer
ActiveTool of gapup-mcp
Analyseur d'options stratégiques — Gapup agent-payable C-suite expertise (CSO). Returns a structured, audited deliverable. Reference case: Aircall — 5 options stratégiques post-Série D (2023-2024). Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"strategicContext",
"optionHypotheses",
"founderConstraints"
],
"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",
"countryHQ",
"foundedYear",
"currentArrEur",
"headcountNow"
],
"properties": {
"url": {
"type": "string",
"format": "uri"
},
"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",
"public"
],
"type": "string"
},
"countryHQ": {
"type": "string",
"maxLength": 60,
"minLength": 2
},
"foundedYear": {
"type": "integer",
"maximum": 2030,
"minimum": 1990
},
"headcountNow": {
"type": "integer",
"minimum": 0
},
"currentArrEur": {
"type": "number",
"minimum": 0
}
}
},
"optionHypotheses": {
"type": "array",
"items": {
"type": "object",
"required": [
"id",
"label",
"hypothesis"
],
"properties": {
"id": {
"type": "string",
"maxLength": 60,
"minLength": 2
},
"label": {
"type": "string",
"maxLength": 120,
"minLength": 5
},
"hypothesis": {
"type": "string",
"maxLength": 400,
"minLength": 20
}
}
},
"maxItems": 6,
"minItems": 3
},
"strategicContext": {
"type": "object",
"required": [
"triggerEvent",
"windowOpportunityMonths",
"cashRunwayMonths",
"cashEur",
"burnMonthlyEur",
"coreCompetencies"
],
"properties": {
"cashEur": {
"type": "number",
"minimum": 0
},
"triggerEvent": {
"type": "string",
"maxLength": 500,
"minLength": 20
},
"burnMonthlyEur": {
"type": "number",
"minimum": 0
},
"cashRunwayMonths": {
"type": "number",
"minimum": 0
},
"coreCompetencies": {
"type": "array",
"items": {
"type": "string",
"maxLength": 200,
"minLength": 5
},
"maxItems": 6,
"minItems": 2
},
"windowOpportunityMonths": {
"type": "integer",
"maximum": 36,
"minimum": 3
}
}
},
"founderConstraints": {
"type": "object",
"required": [
"maxCashRequiredEur",
"maxDilutionPct",
"mustRetainControl",
"timeToFirstValidationWeeks"
],
"properties": {
"maxDilutionPct": {
"type": "number",
"maximum": 100,
"minimum": 0
},
"noGoConditions": {
"type": "array",
"items": {
"type": "string",
"maxLength": 200,
"minLength": 5
},
"maxItems": 5
},
"mustRetainControl": {
"type": "boolean"
},
"maxCashRequiredEur": {
"type": "number",
"minimum": 0
},
"timeToFirstValidationWeeks": {
"type": "integer",
"maximum": 52,
"minimum": 4
}
}
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries