carbon_roadmap
ActiveTool of @gapup/mcp-knowledge
Roadmap carbone — Gapup agent-payable C-suite expertise (SUSTAINABILITY). Returns a structured, audited deliverable. Reference case: Cas démo — Roadmap carbone. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"perimeter",
"scope2Sources"
],
"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",
"referenceYear"
],
"properties": {
"fte": {
"type": "integer",
"minimum": 1
},
"name": {
"type": "string",
"maxLength": 120,
"minLength": 2
},
"sector": {
"type": "string",
"maxLength": 120,
"minLength": 2
},
"locations": {
"type": "integer",
"minimum": 1
},
"revenueEur": {
"type": "number",
"minimum": 0
},
"referenceYear": {
"type": "integer",
"maximum": 2030,
"minimum": 2018
}
}
},
"perimeter": {
"type": "object",
"required": [
"organizational",
"geographic"
],
"properties": {
"geographic": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 20,
"minItems": 1
},
"organizational": {
"type": "string"
},
"excludedActivities": {
"type": "string",
"maxLength": 400
}
}
},
"scope1Sources": {
"type": "array",
"items": {
"type": "object",
"required": [
"source",
"fuelType",
"annualConsumption",
"unit"
],
"properties": {
"unit": {
"type": "string",
"maxLength": 40
},
"source": {
"type": "string",
"maxLength": 120,
"minLength": 2
},
"fuelType": {
"type": "string",
"maxLength": 80,
"minLength": 2
},
"annualConsumption": {
"type": "number",
"minimum": 0
}
}
},
"maxItems": 15
},
"scope2Sources": {
"type": "array",
"items": {
"type": "object",
"required": [
"source",
"energyType",
"annualConsumptionKWh",
"location",
"isRenewableContract"
],
"properties": {
"source": {
"type": "string",
"maxLength": 120,
"minLength": 2
},
"location": {
"type": "string",
"maxLength": 80,
"minLength": 2
},
"energyType": {
"type": "string"
},
"isRenewableContract": {
"type": "boolean"
},
"annualConsumptionKWh": {
"type": "number",
"minimum": 0
}
}
},
"maxItems": 20,
"minItems": 1
},
"reductionTargets": {
"type": "object",
"required": [
"sbtiAligned",
"targetYear",
"targetReductionPct"
],
"properties": {
"targetYear": {
"type": "integer",
"maximum": 2050,
"minimum": 2025
},
"sbtiAligned": {
"type": "boolean"
},
"targetReductionPct": {
"type": "number",
"maximum": 100,
"minimum": 0
}
}
},
"scope3Activities": {
"type": "array",
"items": {
"type": "object",
"required": [
"category",
"description"
],
"properties": {
"category": {
"enum": [
"purchased-goods-services",
"capital-goods",
"fuel-energy-related",
"upstream-transportation",
"waste-operations",
"business-travel",
"employee-commuting",
"upstream-leased-assets",
"downstream-transportation",
"processing-sold",
"use-sold-products",
"end-of-life-sold",
"downstream-leased-assets",
"franchises",
"investments"
],
"type": "string"
},
"description": {
"type": "string",
"maxLength": 300,
"minLength": 10
},
"estimatedScale": {
"type": "string",
"maxLength": 120,
"minLength": 4
}
}
},
"maxItems": 15
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries