diversity_inclusion_metrics
ActiveTool of @gapup/mcp-knowledge
Métriques diversité & inclusion — Gapup agent-payable C-suite expertise (SUSTAINABILITY). Returns a structured, audited deliverable. Reference case: Cas démo — Métriques diversité & inclusion. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"currentState",
"ambitions"
],
"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
},
"geographies": {
"type": "array",
"items": {
"type": "string",
"maxLength": 60,
"minLength": 2
},
"maxItems": 12,
"minItems": 1
}
}
},
"ambitions": {
"type": "string",
"maxLength": 500,
"minLength": 15
},
"currentState": {
"type": "object",
"required": [
"genderRepresentationPct",
"knownChallenges"
],
"properties": {
"ergCount": {
"type": "integer",
"minimum": 0
},
"knownChallenges": {
"type": "array",
"items": {
"type": "string",
"maxLength": 200,
"minLength": 5
},
"maxItems": 8,
"minItems": 1
},
"payEquityGapPct": {
"type": "number"
},
"nationalityCount": {
"type": "integer",
"minimum": 0
},
"genderRepresentationPct": {
"type": "object",
"required": [
"overall",
"management",
"exec"
],
"properties": {
"exec": {
"type": "number",
"maximum": 100,
"minimum": 0
},
"overall": {
"type": "number",
"maximum": 100,
"minimum": 0
},
"management": {
"type": "number",
"maximum": 100,
"minimum": 0
}
}
}
}
},
"regulatoryContext": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 8
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries