action_plan_esg
ActiveTool of gapup-mcp
Plan d'action ESG — Gapup agent-payable C-suite expertise (SUSTAINABILITY). Returns a structured, audited deliverable. Reference case: TechCorp SAS — Plan ESG 36 mois (500 FTE, €60M CA, score 54→76/100). Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"ambitions",
"availableResources",
"horizon"
],
"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",
"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
},
"revenueEur": {
"type": "number",
"minimum": 0
}
}
},
"horizon": {
"enum": [
"12 mois",
"24 mois",
"36 mois"
],
"type": "string",
"default": "36 mois"
},
"ambitions": {
"type": "object",
"required": [
"environmental",
"social",
"governance"
],
"properties": {
"social": {
"type": "string",
"maxLength": 400,
"minLength": 10
},
"governance": {
"type": "string",
"maxLength": 400,
"minLength": 10
},
"environmental": {
"type": "string",
"maxLength": 400,
"minLength": 10
}
}
},
"targetLabels": {
"type": "array",
"items": {
"enum": [
"EcoVadis Bronze",
"EcoVadis Silver",
"EcoVadis Gold",
"EcoVadis Platinum",
"B-Corp",
"Entreprise à mission",
"ISO 14001",
"ISO 26000",
"SBTi"
],
"type": "string"
}
},
"currentScores": {
"type": "object",
"properties": {
"social": {
"type": "integer",
"maximum": 100,
"minimum": 0
},
"governance": {
"type": "integer",
"maximum": 100,
"minimum": 0
},
"overallEsg": {
"type": "integer",
"maximum": 100,
"minimum": 0
},
"environmental": {
"type": "integer",
"maximum": 100,
"minimum": 0
}
}
},
"availableResources": {
"type": "object",
"required": [
"budgetEur",
"dedicatedFTE"
],
"properties": {
"budgetEur": {
"type": "number",
"minimum": 0
},
"dedicatedFTE": {
"type": "number",
"minimum": 0
},
"externalPartners": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 6
}
}
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries