sustainability_report
ActiveTool of gapup-mcp
Rapport de durabilité — Gapup agent-payable C-suite expertise (SUSTAINABILITY). Returns a structured, audited deliverable. Reference case: GreenLoop Solutions — rapport durabilité B-Corp 2025 (95 FTE, €18M CA). Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"pillars",
"stakeholders",
"audienceProfile"
],
"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": 500
},
"company": {
"type": "object",
"required": [
"name",
"sector",
"fte",
"revenueEur",
"mission",
"foundedYear",
"country"
],
"properties": {
"fte": {
"type": "integer",
"minimum": 1
},
"name": {
"type": "string",
"maxLength": 120,
"minLength": 2
},
"sector": {
"type": "string",
"maxLength": 160,
"minLength": 2
},
"country": {
"type": "string",
"maxLength": 80,
"minLength": 2
},
"mission": {
"type": "string",
"maxLength": 400,
"minLength": 20
},
"revenueEur": {
"type": "number",
"minimum": 0
},
"foundedYear": {
"type": "integer",
"maximum": 2100,
"minimum": 1800
}
}
},
"pillars": {
"type": "object",
"required": [
"environmental",
"social",
"governance"
],
"properties": {
"social": {
"type": "object",
"required": [
"kpis",
"actions",
"ambitions"
],
"properties": {
"kpis": {
"type": "string",
"minLength": 10
},
"actions": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 8,
"minItems": 1
},
"ambitions": {
"type": "string",
"minLength": 10
}
}
},
"governance": {
"type": "object",
"required": [
"kpis",
"actions",
"ambitions"
],
"properties": {
"kpis": {
"type": "string",
"minLength": 10
},
"actions": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 8,
"minItems": 1
},
"ambitions": {
"type": "string",
"minLength": 10
}
}
},
"environmental": {
"type": "object",
"required": [
"kpis",
"actions",
"ambitions"
],
"properties": {
"kpis": {
"type": "string",
"minLength": 10
},
"actions": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 8,
"minItems": 1
},
"ambitions": {
"type": "string",
"minLength": 10
}
}
}
}
},
"stakeholders": {
"type": "array",
"items": {
"type": "object",
"required": [
"type",
"engagement"
],
"properties": {
"type": {
"enum": [
"clients",
"employés",
"investisseurs",
"fournisseurs",
"communauté",
"régulateurs"
],
"type": "string"
},
"engagement": {
"type": "string",
"maxLength": 500,
"minLength": 10
}
}
},
"maxItems": 8,
"minItems": 2
},
"targetLabels": {
"type": "array",
"items": {
"enum": [
"B-Corp",
"EcoVadis Bronze",
"EcoVadis Silver",
"EcoVadis Gold",
"EcoVadis Platinum",
"Lucie 26000",
"ISO 14001",
"ISO 26000",
"BSR"
],
"type": "string"
}
},
"existingLabels": {
"type": "array",
"items": {
"enum": [
"B-Corp",
"EcoVadis Bronze",
"EcoVadis Silver",
"EcoVadis Gold",
"EcoVadis Platinum",
"Lucie 26000",
"ISO 14001",
"ISO 26000",
"BSR"
],
"type": "string"
}
},
"audienceProfile": {
"enum": [
"investors",
"B2B-clients",
"talents",
"regulators",
"general-public",
"mixed"
],
"type": "string"
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries