brand_builder
ActiveTool of gapup-mcp
Architecte de marque — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Reference case: Pennylane — brand identity SaaS fintech B2B FR/EU (2023). Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"founder",
"brand",
"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."
},
"brand": {
"type": "object",
"required": [
"name",
"sector",
"stage",
"geographies"
],
"properties": {
"name": {
"type": "string",
"maxLength": 120,
"minLength": 2
},
"stage": {
"enum": [
"pre-seed",
"seed",
"series-a",
"series-b",
"scale-up",
"established"
],
"type": "string"
},
"sector": {
"type": "string",
"maxLength": 150,
"minLength": 3
},
"geographies": {
"type": "array",
"items": {
"type": "string",
"maxLength": 60,
"minLength": 2
},
"maxItems": 6,
"minItems": 1
}
}
},
"target": {
"type": "object",
"required": [
"icp",
"painPoints",
"competitors"
],
"properties": {
"icp": {
"type": "string",
"maxLength": 300,
"minLength": 10
},
"painPoints": {
"type": "array",
"items": {
"type": "string",
"maxLength": 200,
"minLength": 5
},
"maxItems": 5,
"minItems": 2
},
"competitors": {
"type": "array",
"items": {
"type": "string",
"maxLength": 80,
"minLength": 2
},
"maxItems": 5,
"minItems": 1
}
}
},
"founder": {
"type": "object",
"required": [
"storyOrigin",
"vision",
"values"
],
"properties": {
"values": {
"type": "array",
"items": {
"type": "string",
"maxLength": 60,
"minLength": 2
},
"maxItems": 7,
"minItems": 2
},
"vision": {
"type": "string",
"maxLength": 300,
"minLength": 10
},
"storyOrigin": {
"type": "string",
"maxLength": 600,
"minLength": 20
}
}
},
"existingAssets": {
"type": "object",
"properties": {
"taglineIfAny": {
"type": "string",
"maxLength": 120
},
"colorHexIfAny": {
"type": "string",
"maxLength": 7
},
"voiceDescIfAny": {
"type": "string",
"maxLength": 200
}
}
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries