You're viewing a demo portfolio

Join the waitlist
PRSM

action_plan_esg

Active

Tool of gapup-mcp

declared in 0.2.0

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

gapup-mcp

https://github.com/getgapup/gapup-mcp-public

2/7 registries
View full server →
action_plan_esg — gapup-mcp — PRSM MCP