market_sizing
ActiveTool of @gapup/mcp-knowledge
Dimensionnement marché TAM/SAM/SOM — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Reference case: Gapup Hub — TAM/SAM/SOM IA décisionnelle C-suite Europe · TAM €48Md · SOM €280M Year-3. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"product",
"target"
],
"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."
},
"target": {
"type": "object",
"required": [
"geography",
"segments",
"customerType"
],
"properties": {
"segments": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 5,
"minItems": 1
},
"geography": {
"type": "string",
"maxLength": 100,
"minLength": 2
},
"customerType": {
"enum": [
"b2b",
"b2c",
"b2b2c",
"marketplace"
],
"type": "string"
}
}
},
"horizon": {
"enum": [
"current",
"3-year",
"5-year"
],
"type": "string"
},
"product": {
"type": "object",
"required": [
"name",
"category",
"valueProposition"
],
"properties": {
"name": {
"type": "string",
"maxLength": 200,
"minLength": 2
},
"category": {
"type": "string",
"maxLength": 120,
"minLength": 2
},
"valueProposition": {
"type": "string",
"maxLength": 400,
"minLength": 10
}
}
},
"approach": {
"type": "array",
"items": {
"enum": [
"top-down",
"bottom-up",
"value-theory",
"hybrid"
],
"type": "string"
},
"maxItems": 3,
"minItems": 1
},
"competitorComps": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 5,
"minItems": 0
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries