ld_architect
ActiveTool of @gapup/mcp-knowledge
Architecte formation & développement — Gapup agent-payable C-suite expertise (CHRO). Returns a structured, audited deliverable. Reference case: Pennylane (180 FTE) — Catalogue 8 formations · 3 parcours individuels · ROI €480k · Payback 7 mois. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"team",
"learningNeeds",
"budget"
],
"properties": {
"team": {
"type": "object",
"required": [
"size",
"departments",
"growthRate"
],
"properties": {
"size": {
"type": "number",
"maximum": 5000,
"minimum": 1
},
"growthRate": {
"type": "string",
"maxLength": 50,
"minLength": 2
},
"departments": {
"type": "array",
"items": {
"type": "string",
"maxLength": 100
},
"maxItems": 8,
"minItems": 1
}
}
},
"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."
},
"budget": {
"type": "object",
"required": [
"annualEur"
],
"properties": {
"annualEur": {
"type": "number",
"minimum": 0
},
"perFteEur": {
"type": "number",
"minimum": 0
}
}
},
"company": {
"type": "object",
"required": [
"name",
"sector"
],
"properties": {
"name": {
"type": "string",
"maxLength": 200,
"minLength": 2
},
"sector": {
"type": "string",
"maxLength": 100,
"minLength": 2
}
}
},
"learningNeeds": {
"type": "array",
"items": {
"type": "object",
"required": [
"skill",
"priority",
"currentCoverage"
],
"properties": {
"skill": {
"type": "string",
"maxLength": 100,
"minLength": 2
},
"priority": {
"enum": [
"critical",
"high",
"medium"
],
"type": "string"
},
"currentCoverage": {
"enum": [
"none",
"partial",
"moderate"
],
"type": "string"
}
}
},
"maxItems": 10,
"minItems": 3
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries