content_engine
ActiveTool of gapup-mcp
declared in 0.2.0
Moteur de contenu — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Reference case: Notion — content engine 2026 (productivity B2B). Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"brand",
"cluster",
"months",
"maxArticlesPerMonth"
],
"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",
"voiceAttributes",
"audienceLabel"
],
"properties": {
"name": {
"type": "string",
"maxLength": 120,
"minLength": 2
},
"audienceLabel": {
"type": "string",
"maxLength": 200,
"minLength": 5
},
"voiceAttributes": {
"type": "array",
"items": {
"type": "string",
"maxLength": 40,
"minLength": 2
},
"maxItems": 5,
"minItems": 2
}
}
},
"months": {
"type": "integer",
"maximum": 12,
"minimum": 3
},
"cluster": {
"type": "object",
"required": [
"topic",
"primaryIntent"
],
"properties": {
"topic": {
"type": "string",
"maxLength": 200,
"minLength": 3
},
"geography": {
"type": "string",
"maxLength": 80
},
"primaryIntent": {
"enum": [
"informational",
"commercial",
"transactional",
"navigational"
],
"type": "string"
}
}
},
"maxArticlesPerMonth": {
"type": "integer",
"maximum": 80,
"minimum": 5
}
},
"additionalProperties": true
}Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries