positioning_strategist
ActiveTool of gapup-mcp
Stratège de positionnement — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Reference case: Gapup Hub vs Tableau/Pigment/Looker — Angle de différenciation + 5 piliers messaging + battle plan. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"product",
"market",
"competitors",
"customerPains"
],
"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."
},
"market": {
"type": "object",
"required": [
"targetSegment"
],
"properties": {
"maturity": {
"enum": [
"emerging",
"growing",
"mature",
"declining"
],
"type": "string"
},
"geography": {
"type": "string",
"maxLength": 100
},
"targetSegment": {
"type": "string",
"maxLength": 300
}
}
},
"company": {
"type": "object",
"required": [
"name",
"sector"
],
"properties": {
"name": {
"type": "string",
"maxLength": 100
},
"sector": {
"type": "string",
"maxLength": 100
}
}
},
"product": {
"type": "object",
"required": [
"name",
"mainFeatures"
],
"properties": {
"name": {
"type": "string",
"maxLength": 100
},
"mainFeatures": {
"type": "array",
"items": {
"type": "string",
"maxLength": 200
},
"maxItems": 8,
"minItems": 2
},
"currentTagline": {
"type": "string",
"maxLength": 200
}
}
},
"aspirations": {
"type": "string",
"maxLength": 500
},
"competitors": {
"type": "array",
"items": {
"type": "object",
"required": [
"name",
"positioning"
],
"properties": {
"name": {
"type": "string",
"maxLength": 100
},
"weakPoints": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 5
},
"positioning": {
"type": "string",
"maxLength": 300
},
"strongPoints": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 5
},
"targetSegment": {
"type": "string",
"maxLength": 200
}
}
},
"maxItems": 8,
"minItems": 1
},
"customerPains": {
"type": "array",
"items": {
"type": "string",
"maxLength": 300
},
"maxItems": 8,
"minItems": 2
},
"currentWeaknesses": {
"type": "array",
"items": {
"type": "string",
"maxLength": 300
},
"maxItems": 5
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries