internal_communication
ActiveTool of gapup-mcp
Communication interne — Gapup agent-payable C-suite expertise (CHRO). Returns a structured, audited deliverable. Reference case: Cas démo — Communication interne. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"context",
"audienceSegments"
],
"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."
},
"focus": {
"type": "string",
"maxLength": 400
},
"company": {
"type": "object",
"required": [
"name",
"sector",
"fte",
"stage"
],
"properties": {
"fte": {
"type": "integer",
"minimum": 0
},
"name": {
"type": "string",
"maxLength": 120,
"minLength": 2
},
"stage": {
"type": "string",
"maxLength": 40,
"minLength": 2
},
"sector": {
"type": "string",
"maxLength": 80,
"minLength": 2
},
"nbSites": {
"type": "integer",
"minimum": 0
},
"geographies": {
"type": "array",
"items": {
"type": "string",
"maxLength": 60,
"minLength": 2
},
"maxItems": 10,
"minItems": 1
}
}
},
"context": {
"type": "object",
"required": [
"currentMaturity",
"knownGaps",
"voiceTone"
],
"properties": {
"knownGaps": {
"type": "array",
"items": {
"type": "string",
"maxLength": 200,
"minLength": 5
},
"maxItems": 8,
"minItems": 1
},
"voiceTone": {
"type": "string",
"maxLength": 200,
"minLength": 5
},
"currentMaturity": {
"type": "string"
},
"upcomingChanges": {
"type": "array",
"items": {
"type": "string",
"maxLength": 200,
"minLength": 5
},
"maxItems": 8
}
}
},
"audienceSegments": {
"type": "array",
"items": {
"type": "object",
"required": [
"name",
"size"
],
"properties": {
"name": {
"type": "string"
},
"size": {
"type": "integer",
"minimum": 0
},
"notes": {
"type": "string",
"maxLength": 200
}
}
},
"maxItems": 8,
"minItems": 2
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries