esrs_narrative_builder
ActiveTool of @gapup/mcp-knowledge
Architecte du narratif ESRS / CSRD — Gapup agent-payable C-suite expertise (SUSTAINABILITY). Returns a structured, audited deliverable. Reference case: L'Oréal France — narratif ESRS E1+E5 + S1 + G1 · CSRD reporting 2025-2026 · double-matérialité chiffrée. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"scope",
"context"
],
"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
},
"scope": {
"type": "object",
"required": [
"standardsApplicable",
"countriesOfOperation",
"valueChainScope"
],
"properties": {
"valueChainScope": {
"type": "string",
"maxLength": 500
},
"standardsApplicable": {
"type": "array",
"items": {
"enum": [
"ESRS-E1-climate",
"ESRS-E2-pollution",
"ESRS-E3-water",
"ESRS-E4-biodiversity",
"ESRS-E5-resources",
"ESRS-S1-workforce",
"ESRS-S2-value-chain",
"ESRS-S3-communities",
"ESRS-S4-consumers",
"ESRS-G1-business-conduct"
],
"type": "string"
},
"maxItems": 10,
"minItems": 3
},
"countriesOfOperation": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 15,
"minItems": 1
}
}
},
"company": {
"type": "object",
"required": [
"name",
"sector",
"fte",
"revenueEur",
"reportingYear"
],
"properties": {
"fte": {
"type": "integer",
"minimum": 1
},
"name": {
"type": "string"
},
"sector": {
"type": "string"
},
"revenueEur": {
"type": "number"
},
"reportingYear": {
"type": "integer",
"minimum": 2024
}
}
},
"context": {
"type": "object",
"required": [
"strategicCommitments"
],
"properties": {
"recentChanges": {
"type": "string",
"maxLength": 500
},
"strategicCommitments": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 5,
"minItems": 1
}
}
},
"presenterScript": {
"type": "array",
"items": {
"type": "object",
"required": [
"slideId",
"slideTitle",
"narration",
"durationSec"
],
"properties": {
"slideId": {
"type": "string",
"maxLength": 60,
"minLength": 2
},
"narration": {
"type": "string",
"maxLength": 1200,
"minLength": 80
},
"motionHint": {
"enum": [
"opening-confidence",
"explaining",
"pointing-at-chart",
"thoughtful-pause",
"emphatic-point",
"nodding-listening",
"hand-gesture-open",
"summary-pose",
"closing-confidence"
],
"type": "string"
},
"slideTitle": {
"type": "string",
"maxLength": 120,
"minLength": 3
},
"durationSec": {
"type": "number",
"maximum": 120,
"minimum": 15
},
"keyPointsToAcknowledge": {
"type": "array",
"items": {
"type": "string",
"maxLength": 200,
"minLength": 5
},
"maxItems": 5
}
}
},
"maxItems": 15,
"minItems": 6
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries